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:
Matt Bierner
2017-02-28 21:03:31 -08:00
parent a801f731ee
commit f16135b7b5
7 changed files with 1405 additions and 1591 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,17 @@
{
"scopeName": "source.objcpp",
"fileTypes": [
"mm",
"M",
"h"
],
"name": "Objective-C++",
"patterns": [
{
"include": "source.cpp"
},
{
"include": "source.objc"
}
]
}

File diff suppressed because one or more lines are too long