Regenerate files
This commit is contained in:
parent
c79d2377d4
commit
bb8bb8ad58
13
src/grammar.json
vendored
13
src/grammar.json
vendored
@ -265,8 +265,17 @@
|
||||
"type": "SEQ",
|
||||
"members": [
|
||||
{
|
||||
"type": "STRING",
|
||||
"value": "for"
|
||||
"type": "CHOICE",
|
||||
"members": [
|
||||
{
|
||||
"type": "STRING",
|
||||
"value": "for"
|
||||
},
|
||||
{
|
||||
"type": "STRING",
|
||||
"value": "select"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "FIELD",
|
||||
|
4
src/node-types.json
vendored
4
src/node-types.json
vendored
@ -1611,6 +1611,10 @@
|
||||
"type": "regex",
|
||||
"named": true
|
||||
},
|
||||
{
|
||||
"type": "select",
|
||||
"named": false
|
||||
},
|
||||
{
|
||||
"type": "special_variable_name",
|
||||
"named": true
|
||||
|
210279
src/parser.c
vendored
210279
src/parser.c
vendored
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user