Rename objective-c++ to objective-cpp Fixes #21771

This commit is contained in:
Matt Bierner 2017-03-02 12:56:31 -08:00
parent 26fdacc333
commit 7e1e017175

View file

@ -21,7 +21,7 @@
"configuration": "./language-configuration.json"
},
{
"id": "objective-c++",
"id": "objective-cpp",
"extensions": [
".mm"
],
@ -38,7 +38,7 @@
"path": "./syntaxes/objective-c.tmLanguage.json"
},
{
"language": "objective-c++",
"language": "objective-cpp",
"scopeName": "source.objcpp",
"path": "./syntaxes/objective-c++.tmLanguage.json"
}