vscode/extensions/objective-c/syntaxes/objective-c++.tmLanguage.json
2018-02-12 16:54:46 +01:00

18 lines
605 B
JSON

{
"information_for_contributors": [
"This file has been converted from https://github.com/atom/language-objective-c/blob/master/grammars/objective-c%2B%2B.cson",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"version": "https://github.com/atom/language-objective-c/commit/7fdf0c40ec1d592a902ed6a7cf5565bdf12e2ae8",
"name": "Objective-C++",
"scopeName": "source.objcpp",
"patterns": [
{
"include": "source.cpp"
},
{
"include": "source.objc"
}
]
}