Skip to content

Commit b8b7970

Browse files
committed
Update C++ grammar to fix freeze
1 parent 5ab136f commit b8b7970

3 files changed

Lines changed: 294 additions & 38 deletions

File tree

extensions/cpp/cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"git": {
77
"name": "jeff-hykin/cpp-textmate-grammar",
88
"repositoryUrl": "https://github.com/jeff-hykin/cpp-textmate-grammar",
9-
"commitHash": "dc404ccf4eb08a5f76434e759b519f59051a32e5"
9+
"commitHash": "e33a317ccd0babba4b07ffc042ab9796e6412ddc"
1010
}
1111
},
1212
"license": "MIT",
13-
"version": "1.8.13",
13+
"version": "1.8.15",
1414
"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."
1515
},
1616
{

extensions/cpp/syntaxes/c.tmLanguage.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
55
"Once accepted there, we are happy to receive an update request."
66
],
7-
"version": "https://github.com/jeff-hykin/cpp-textmate-grammar/commit/48734a7a8b365c12aeb7551aed0090b49601ed70",
7+
"version": "https://github.com/jeff-hykin/cpp-textmate-grammar/commit/e33a317ccd0babba4b07ffc042ab9796e6412ddc",
88
"name": "C",
99
"scopeName": "source.c",
1010
"patterns": [
@@ -2162,6 +2162,9 @@
21622162
},
21632163
{
21642164
"include": "$base"
2165+
},
2166+
{
2167+
"include": "#block_innards"
21652168
}
21662169
]
21672170
},
@@ -2241,6 +2244,9 @@
22412244
"patterns": [
22422245
{
22432246
"include": "$base"
2247+
},
2248+
{
2249+
"include": "#block_innards"
22442250
}
22452251
]
22462252
},

0 commit comments

Comments
 (0)