This commit is contained in:
Folkert 2021-02-23 15:21:19 +01:00
parent 9d9316d170
commit 9189e3a461
3 changed files with 84 additions and 56 deletions

View file

@ -440,6 +440,7 @@ pub enum If<'a> {
Syntax(&'a SyntaxError<'a>, Row, Col),
IndentCondition(Row, Col),
IndentIf(Row, Col),
IndentThen(Row, Col),
IndentElse(Row, Col),