Update C++ grammar for insiders to get hang fix

Fixes #78769
This commit is contained in:
Alex Ross
2019-08-12 15:01:26 +02:00
parent b065069716
commit 91da8dc700
9 changed files with 2995 additions and 2661 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/5209e7f9df7661db6f163753141eeb3de6fb02b3",
"version": "https://github.com/jeff-hykin/cpp-textmate-grammar/commit/218448eb46260864352d569db13be6cb20767e92",
"name": "C",
"scopeName": "source.c",
"patterns": [
@@ -1892,7 +1892,7 @@
"name": "entity.name.other.preprocessor.macro.predefined._Float16.c"
},
{
"match": "(\\b__([A-Z_])__\\b)",
"match": "(\\b__([A-Z_]+)__\\b)",
"captures": {
"1": {
"name": "entity.name.other.preprocessor.macro.predefined.probably.$2.c"