提交 a606a5a7 编写于 作者: M Martin Aeschlimann

Update c grammar to atom/language-c@0d0f323 (2016-12-07)

上级 7edd3af6
...@@ -318,9 +318,6 @@ ...@@ -318,9 +318,6 @@
{ {
"include": "#preprocessor-rule-other-block" "include": "#preprocessor-rule-other-block"
}, },
{
"include": "#sizeof"
},
{ {
"include": "#access" "include": "#access"
}, },
...@@ -458,7 +455,7 @@ ...@@ -458,7 +455,7 @@
"line_continuation_character": { "line_continuation_character": {
"patterns": [ "patterns": [
{ {
"match": "(\\\\)\\s*\\n", "match": "(\\\\)\\n",
"captures": { "captures": {
"1": { "1": {
"name": "constant.character.escape.line-continuation.c" "name": "constant.character.escape.line-continuation.c"
...@@ -891,6 +888,15 @@ ...@@ -891,6 +888,15 @@
} }
}, },
"patterns": [ "patterns": [
{
"include": "#access"
},
{
"include": "#libc"
},
{
"include": "#c_function_call"
},
{ {
"include": "$self" "include": "$self"
} }
...@@ -976,5 +982,5 @@ ...@@ -976,5 +982,5 @@
] ]
} }
}, },
"version": "https://github.com/atom/language-c/commit/2a5fafe1d86f690b5ab2c877cea2fc6a598e001a" "version": "https://github.com/atom/language-c/commit/0d0f32388e73fc91a86f4c31ff59c36191869d63"
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册