Skip to content

Commit 3efb36e

Browse files
committed
Bad Default/Regression: C++ .h headers colored as C files microsoft#145
1 parent ad4f706 commit 3efb36e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/cpp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"contributes": {
77
"languages": [{
88
"id": "c",
9-
"extensions": [ ".c", ".h" ],
9+
"extensions": [ ".c" ],
1010
"aliases": [ "C", "c" ],
1111
"configuration": "./cpp.configuration.json"
1212
},
1313
{
1414
"id": "cpp",
15-
"extensions": [ ".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx" ],
15+
"extensions": [ ".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx", ".h" ],
1616
"aliases": [ "C++", "Cpp", "cpp"],
1717
"configuration": "./cpp.configuration.json"
1818
}],

0 commit comments

Comments
 (0)