From b828373a887922ef2f69f179d521abb0061fa6a6 Mon Sep 17 00:00:00 2001 From: Uy Ha Date: Mon, 7 Jun 2021 23:29:15 +0200 Subject: [PATCH] Regenerate grammar.json --- src/grammar.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" } ] }