vscode/extensions/objective-c/cgmanifest.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

31 lines
1.1 KiB
JSON

{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "atom/language-objective-c",
"repositoryUrl": "https://github.com/atom/language-objective-c",
"commitHash": "7fdf0c40ec1d592a902ed6a7cf5565bdf12e2ae8"
}
},
"license": "MIT",
"description": "The files syntaxes/objective-c.tmLanguage.json and syntaxes/objective-c++.tmLanguage.json were derived from the Atom package https://github.com/atom/language-objective-c which was originally converted from the TextMate bundle https://github.com/textmate/objective-c.tmbundle.",
"version": "0.15.0"
},
{
"component": {
"type": "git",
"git": {
"name": "atom/language-c",
"repositoryUrl": "https://github.com/atom/language-c",
"commitHash": "9c0c5f202741a5647025db8d5df5fefba47b036c"
}
},
"license": "MIT",
"version": "0.58.1",
"description": "The files syntaxes/c.json and syntaxes/c++.json were derived from the Atom package https://atom.io/packages/language-c which was originally converted from the C TextMate bundle https://github.com/textmate/c.tmbundle."
}
],
"version": 1
}