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