Files
vscode/extensions/objective-c/syntaxes/objective-c++.tmLanguage.json
Alex Ross 5af4d57908 Use old c++ grammar for objective c++
There is a conflict with the new grammar.

Fixes #74219
2019-05-28 11:22:38 +02:00

18 lines
608 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.cppold"
},
{
"include": "source.objc"
}
]
}