mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Rename objective-c++ to objective-cpp Fixes #21771
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user