Skip to content

Commit

Permalink
Merge pull request #80187 from Heromyth/master
Browse files Browse the repository at this point in the history
Add .c++ externsion support for CPP
  • Loading branch information
aeschli authored Sep 2, 2019
2 parents f061114 + 69c9f54 commit 7df2c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/cpp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"id": "cpp",
"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" ],
"aliases": [ "C++", "Cpp", "cpp"],
"configuration": "./language-configuration.json"
}],
Expand Down

0 comments on commit 7df2c87

Please sign in to comment.