提交 b8b79709 编写于 作者: A Alex Ross

Update C++ grammar to fix freeze

上级 5ab136f5
......@@ -6,11 +6,11 @@
"git": {
"name": "jeff-hykin/cpp-textmate-grammar",
"repositoryUrl": "https://github.com/jeff-hykin/cpp-textmate-grammar",
"commitHash": "dc404ccf4eb08a5f76434e759b519f59051a32e5"
"commitHash": "e33a317ccd0babba4b07ffc042ab9796e6412ddc"
}
},
"license": "MIT",
"version": "1.8.13",
"version": "1.8.15",
"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."
},
{
......
......@@ -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/48734a7a8b365c12aeb7551aed0090b49601ed70",
"version": "https://github.com/jeff-hykin/cpp-textmate-grammar/commit/e33a317ccd0babba4b07ffc042ab9796e6412ddc",
"name": "C",
"scopeName": "source.c",
"patterns": [
......@@ -2162,6 +2162,9 @@
},
{
"include": "$base"
},
{
"include": "#block_innards"
}
]
},
......@@ -2241,6 +2244,9 @@
"patterns": [
{
"include": "$base"
},
{
"include": "#block_innards"
}
]
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册