We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb2822 commit 69c9f54Copy full SHA for 69c9f54
1 file changed
extensions/cpp/package.json
@@ -18,7 +18,7 @@
18
},
19
{
20
"id": "cpp",
21
- "extensions": [ ".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx", ".h", ".i", ".ino", ".inl", ".ipp", ".hpp.in", ".h.in" ],
+ "extensions": [ ".cpp", ".cc", ".cxx", ".c++", ".hpp", ".hh", ".hxx", ".h", ".i", ".ino", ".inl", ".ipp", ".hpp.in", ".h.in" ],
22
"aliases": [ "C++", "Cpp", "cpp"],
23
"configuration": "./language-configuration.json"
24
}],
0 commit comments