mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:43:07 +00:00
f16135b7b5
Switching to use the atom objective-c fork of the textmate grammar. The atom version seems to be more maitained
17 lines
No EOL
191 B
JSON
17 lines
No EOL
191 B
JSON
{
|
|
"scopeName": "source.objcpp",
|
|
"fileTypes": [
|
|
"mm",
|
|
"M",
|
|
"h"
|
|
],
|
|
"name": "Objective-C++",
|
|
"patterns": [
|
|
{
|
|
"include": "source.cpp"
|
|
},
|
|
{
|
|
"include": "source.objc"
|
|
}
|
|
]
|
|
} |