Regenerate grammar.json
This commit is contained in:
parent
4ef112e6ce
commit
b828373a88
|
@ -493,6 +493,10 @@
|
|||
"command_invocation": {
|
||||
"type": "CHOICE",
|
||||
"members": [
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "normal_command"
|
||||
},
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "foreach_command"
|
||||
|
@ -500,10 +504,6 @@
|
|||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "endforeach_command"
|
||||
},
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "normal_command"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue