mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Use old c++ grammar for objective c++
There is a conflict with the new grammar. Fixes #74219
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"scopeName": "source.objcpp",
|
||||
"patterns": [
|
||||
{
|
||||
"include": "source.cpp"
|
||||
"include": "source.cppold"
|
||||
},
|
||||
{
|
||||
"include": "source.objc"
|
||||
|
||||
Reference in New Issue
Block a user