Update grammars

This commit is contained in:
Alex Ross
2019-10-21 11:21:03 +02:00
parent fd2133691a
commit a0bc43dd73
22 changed files with 23052 additions and 22553 deletions

View File

@@ -6,11 +6,11 @@
"git": {
"name": "jeff-hykin/cpp-textmate-grammar",
"repositoryUrl": "https://github.com/jeff-hykin/cpp-textmate-grammar",
"commitHash": "dd94b6a93799f2bce7e29b2515d96553e34574b0"
"commitHash": "aacc3b93c9e917271969c49cbcecf3f08e209c47"
}
},
"license": "MIT",
"version": "1.14.6",
"version": "1.14.9",
"description": "The files syntaxes/c.json and syntaxes/c++.json were derived from https://github.com/atom/language-c which was originally converted from the C TextMate bundle https://github.com/textmate/c.tmbundle."
},
{
@@ -42,4 +42,4 @@
}
],
"version": 1
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -606,7 +606,7 @@
},
{
"c": "static",
"t": "source.cpp meta.preprocessor.macro.cpp meta.block.namespace.cpp meta.body.namespace.cpp meta.function.definition.cpp meta.head.function.definition.cpp storage.modifier.static.cpp",
"t": "source.cpp meta.preprocessor.macro.cpp meta.block.namespace.cpp meta.body.namespace.cpp meta.function.definition.cpp storage.modifier.static.cpp",
"r": {
"dark_plus": "storage.modifier: #569CD6",
"light_plus": "storage.modifier: #0000FF",