Added back in support for ":" indented blocks

This commit is contained in:
Bruce Hill 2018-01-30 16:40:55 -08:00
parent 2dbf2d8810
commit 545618ddc9

View File

@ -10,7 +10,7 @@ shebang: "#!" [^%nl]* %nl
statement: functioncall / expression
indented_block (Block):
{| ("(..)")? indent
{| (":" / "(..)")? indent
statement (nodent statement)*
(dedent / (("" -> "Error while parsing block") => error))
|}