Regenerate grammar.json

This commit is contained in:
Uy Ha 2021-06-07 23:29:15 +02:00
parent 4ef112e6ce
commit b828373a88

View file

@ -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"
}
]
}