Skip to content

Commit 69c9f54

Browse files
committed
Add c++ externsion support for CPP
1 parent bdb2822 commit 69c9f54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/cpp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"id": "cpp",
21-
"extensions": [ ".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx", ".h", ".i", ".ino", ".inl", ".ipp", ".hpp.in", ".h.in" ],
21+
"extensions": [ ".cpp", ".cc", ".cxx", ".c++", ".hpp", ".hh", ".hxx", ".h", ".i", ".ino", ".inl", ".ipp", ".hpp.in", ".h.in" ],
2222
"aliases": [ "C++", "Cpp", "cpp"],
2323
"configuration": "./language-configuration.json"
2424
}],

0 commit comments

Comments
 (0)