Skip to content

Commit

Permalink
Bad Default/Regression: C++ .h headers colored as C files microsoft#145
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Nov 23, 2015
1 parent ad4f706 commit 3efb36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/cpp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"contributes": {
"languages": [{
"id": "c",
"extensions": [ ".c", ".h" ],
"extensions": [ ".c" ],
"aliases": [ "C", "c" ],
"configuration": "./cpp.configuration.json"
},
{
"id": "cpp",
"extensions": [ ".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx" ],
"extensions": [ ".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx", ".h" ],
"aliases": [ "C++", "Cpp", "cpp"],
"configuration": "./cpp.configuration.json"
}],
Expand Down

0 comments on commit 3efb36e

Please sign in to comment.