mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Sw9tch Objective-C to Use the Atom Objective C Language
Switching to use the atom objective-c fork of the textmate grammar. The atom version seems to be more maitained
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"scopeName": "source.objcpp",
|
||||
"fileTypes": [
|
||||
"mm",
|
||||
"M",
|
||||
"h"
|
||||
],
|
||||
"name": "Objective-C++",
|
||||
"patterns": [
|
||||
{
|
||||
"include": "source.cpp"
|
||||
},
|
||||
{
|
||||
"include": "source.objc"
|
||||
}
|
||||
]
|
||||
}
|
||||
998
extensions/objective-c/syntaxes/objective-c.tmLanguage.json
Normal file
998
extensions/objective-c/syntaxes/objective-c.tmLanguage.json
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user