mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 05:07:35 +00:00
22 lines
534 B
JSON
22 lines
534 B
JSON
{
|
|
"information_for_contributors": [
|
|
"This file has been converted from https://github.com/atom/language-objective-c/blob/master/grammars/objective-c++.cson",
|
|
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
|
|
"Once accepted there, we are happy to receive an update request."
|
|
],
|
|
"scopeName": "source.objcpp",
|
|
"fileTypes": [
|
|
"mm",
|
|
"M",
|
|
"h"
|
|
],
|
|
"name": "Objective-C++",
|
|
"patterns": [
|
|
{
|
|
"include": "source.cpp"
|
|
},
|
|
{
|
|
"include": "source.objc"
|
|
}
|
|
]
|
|
} |