Bad Default/Regression: C++ .h headers colored as C files #145

This commit is contained in:
Martin Aeschlimann 2015-11-22 21:18:16 +01:00
parent ad4f706d37
commit 3efb36ec02

View file

@ -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"
}],