Update grammar script to include option path for version

Update C grammars to get macro fix
This commit is contained in:
Alex Ross
2019-07-09 10:47:13 +02:00
parent 9e769ab2ad
commit 922ab6db62
7 changed files with 59 additions and 44 deletions

View File

@@ -6,11 +6,11 @@
"git": {
"name": "jeff-hykin/cpp-textmate-grammar",
"repositoryUrl": "https://github.com/jeff-hykin/cpp-textmate-grammar",
"commitHash": "cb9cb59b32d0cb9e2cbbca1a9cdb62769fc2ca8e"
"commitHash": "992c5ba8789288707f2a13778452d644677d9699"
}
},
"license": "MIT",
"version": "1.0.0",
"version": "1.12.18",
"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."
},
{