More C++ path suffixes (#9761)
There is also `.C` and `.H` (capital), but I can't imagine they are very popular and I'd be worried clashing with C. Release Notes: - Added more path suffixes recognized as C++
This commit is contained in:
parent
4789c02a19
commit
00a8659491
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
name = "C++"
|
name = "C++"
|
||||||
grammar = "cpp"
|
grammar = "cpp"
|
||||||
path_suffixes = ["cc", "cpp", "h", "hpp", "cxx", "hxx", "inl"]
|
path_suffixes = ["cc", "hh", "cpp", "h", "hpp", "cxx", "hxx", "c++", "ipp"]
|
||||||
line_comments = ["// "]
|
line_comments = ["// "]
|
||||||
autoclose_before = ";:.,=}])>"
|
autoclose_before = ";:.,=}])>"
|
||||||
brackets = [
|
brackets = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue