fixes #4881: [cpp] Switching to Atom's language-c for C/C++ syntax highlighting

This commit is contained in:
Martin Aeschlimann
2016-04-12 11:32:01 +02:00
parent 37f5e2b355
commit 2cf239dc51
13 changed files with 1475 additions and 2013 deletions

View File

@@ -19,12 +19,12 @@
"grammars": [{
"language": "c",
"scopeName": "source.c",
"path": "./syntaxes/c.plist"
"path": "./syntaxes/c.json"
},
{
"language": "cpp",
"scopeName": "source.c++",
"path": "./syntaxes/c++.plist"
"scopeName": "source.cpp",
"path": "./syntaxes/c++.json"
},
{
"scopeName": "source.c.platform",