commit 43f66fdb43189533c4a5a26e6cf31e095a1de9bf parent a8a6de02c4e040d4ef372740e14aa8301367e1ca Author: Morel BĂ©renger <berengermorel76@gmail.com> Date: Sun, 19 Jul 2020 02:38:42 +0200 fix CS2 syntax description Diffstat:
M | cubescript.atg | | | 14 | ++++++-------- |
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/cubescript.atg b/cubescript.atg @@ -34,14 +34,12 @@ CubeScript2 = . statement = - { - word - | string - | squar_block - | curly_block - | round_block - } - newline + word + | string + | squar_block + | curly_block + | round_block + | newline . squar_block =