Skip to content

Commit c81eaf2

Browse files
MarkusBauerMarkus Bauerboyter
authored
Add C++ module file extensions (#578)
Co-authored-by: Markus Bauer <[email protected]> Co-authored-by: Ben Boyter <[email protected]>
1 parent 9f62076 commit c81eaf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

languages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@
835835
"!= ",
836836
"== "
837837
],
838-
"extensions": ["cc", "cpp", "cxx", "c++", "pcc", "ino"],
838+
"extensions": ["cc", "cpp", "cxx", "c++", "pcc", "ino", "ccm", "cppm", "cxxm", "c++m", "mxx"],
839839
"line_comment": ["//"],
840840
"multi_line": [["/*", "*/"]],
841841
"quotes": [
@@ -861,7 +861,7 @@
861861
"!= ",
862862
"== "
863863
],
864-
"extensions": ["hh", "hpp", "hxx", "inl", "ipp"],
864+
"extensions": ["hh", "hpp", "hxx", "inl", "ipp", "ixx"],
865865
"line_comment": ["//"],
866866
"multi_line": [["/*", "*/"]],
867867
"quotes": [

0 commit comments

Comments
 (0)