mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-22 10:46:11 +00:00
Switching to use the atom objective-c fork of the textmate grammar. The atom version seems to be more maitained
17 lines
191 B
JSON
17 lines
191 B
JSON
{
|
|
"scopeName": "source.objcpp",
|
|
"fileTypes": [
|
|
"mm",
|
|
"M",
|
|
"h"
|
|
],
|
|
"name": "Objective-C++",
|
|
"patterns": [
|
|
{
|
|
"include": "source.cpp"
|
|
},
|
|
{
|
|
"include": "source.objc"
|
|
}
|
|
]
|
|
} |