Update cpp and objective c grammars

This commit is contained in:
Alex Ross
2021-07-13 11:43:19 +02:00
parent 36e5f758d2
commit 6e2b7dda7a
8 changed files with 421 additions and 198 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/f074a48ae0b7ba313af3faf3d8bfda8537864bd1",
"version": "https://github.com/jeff-hykin/cpp-textmate-grammar/commit/cb4565d3ac2e04138effb732b1217650636eb1de",
"name": "C++",
"scopeName": "source.cpp.embedded.macro",
"patterns": [
@@ -4234,6 +4234,9 @@
{
"include": "#ever_present_context"
},
{
"include": "#string_context"
},
{
"include": "#parameter"
},