vscode/extensions/objective-c/syntaxes/objective-c++.tmLanguage.json
Matt Bierner f16135b7b5 Sw9tch Objective-C to Use the Atom Objective C Language
Switching to use the atom objective-c fork of the textmate grammar. The atom version seems to be more maitained
2017-02-28 21:03:31 -08:00

17 lines
No EOL
191 B
JSON

{
"scopeName": "source.objcpp",
"fileTypes": [
"mm",
"M",
"h"
],
"name": "Objective-C++",
"patterns": [
{
"include": "source.cpp"
},
{
"include": "source.objc"
}
]
}