Added back in support for ":" indented blocks
This commit is contained in:
parent
2dbf2d8810
commit
545618ddc9
@ -10,7 +10,7 @@ shebang: "#!" [^%nl]* %nl
|
|||||||
statement: functioncall / expression
|
statement: functioncall / expression
|
||||||
|
|
||||||
indented_block (Block):
|
indented_block (Block):
|
||||||
{| ("(..)")? indent
|
{| (":" / "(..)")? indent
|
||||||
statement (nodent statement)*
|
statement (nodent statement)*
|
||||||
(dedent / (("" -> "Error while parsing block") => error))
|
(dedent / (("" -> "Error while parsing block") => error))
|
||||||
|}
|
|}
|
||||||
|
Loading…
Reference in New Issue
Block a user