This commit is contained in:
Johannes Rieken 2015-12-21 12:40:36 +01:00
parent a5f3b8acf5
commit a066421a78

View file

@ -6,13 +6,13 @@
"contributes": {
"languages": [{
"id": "c",
"extensions": [ ".c" ],
"extensions": [ ".c", ".m"],
"aliases": [ "C", "c" ],
"configuration": "./cpp.configuration.json"
},
{
"id": "cpp",
"extensions": [ ".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx", ".h" ],
"extensions": [ ".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx", ".h", ".mm" ],
"aliases": [ "C++", "Cpp", "cpp"],
"configuration": "./cpp.configuration.json"
}],