diff --git a/src/grammar.json b/src/grammar.json index 5e1c11e..398f4a1 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -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" } ] }