Add .inl as a C++ file extension (#1630)

This commit is contained in:
Indiana Kernick
2020-04-30 09:31:59 +09:30
committed by GitHub
parent d60626c64b
commit f52fbfa1f0

View File

@@ -1,7 +1,7 @@
filetype: c++
detect:
filename: "\\.c(c|pp|xx)$|\\.h(h|pp|xx)$|\\.ii?$|\\.(def)$"
filename: "\\.c(c|pp|xx)$|\\.h(h|pp|xx)$|\\.inl$|\\.ii?$|\\.(def)$"
rules:
- identifier: "\\b[A-Z_][0-9A-Z_]+\\b"