[c++] add platform.tmLangage

This commit is contained in:
Martin Aeschlimann 2016-03-31 17:40:26 +02:00
parent 2d56597e6f
commit a0ead9a7a7
3 changed files with 242 additions and 0 deletions

@ -0,0 +1 @@
Subproject commit 9e6b925d91566adc2373f27c9bf5ff367c47749b

View file

@ -25,6 +25,10 @@
"language": "cpp",
"scopeName": "source.c++",
"path": "./syntaxes/c++.plist"
},
{
"scopeName": "source.c.platform",
"path": "./syntaxes/Platform.tmLanguage"
}]
}
}

File diff suppressed because one or more lines are too long