Update grammars

This commit is contained in:
Alex Ross
2020-12-14 15:50:05 +01:00
parent c87c95a1a0
commit 4301777727
23 changed files with 1146 additions and 571 deletions

View File

@@ -4,7 +4,7 @@
"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."
],
"version": "https://github.com/jeff-hykin/cpp-textmate-grammar/commit/ad9f1541fd376740c30a7257614c9cb5ed25005d",
"version": "https://github.com/jeff-hykin/cpp-textmate-grammar/commit/f074a48ae0b7ba313af3faf3d8bfda8537864bd1",
"name": "C++",
"scopeName": "source.cpp.embedded.macro",
"patterns": [
@@ -298,9 +298,6 @@
}
}
},
{
"include": "#comments_context"
},
{
"include": "#comments"
},
@@ -463,9 +460,6 @@
"match": ":",
"name": "punctuation.separator.delimiter.colon.assembly.cpp"
},
{
"include": "#comments_context"
},
{
"include": "#comments"
}