This commit is contained in:
Folkert 2021-02-23 23:57:17 +01:00
parent f31c6d7a9f
commit fac9dd61f8
3 changed files with 197 additions and 2 deletions

View file

@ -411,8 +411,9 @@ pub enum List<'a> {
Space(BadInputError, Row, Col),
Syntax(&'a SyntaxError<'a>, Row, Col),
Expr(&'a EExpr<'a>, Row, Col),
IndentStart(Row, Col),
IndentOpen(Row, Col),
IndentEnd(Row, Col),
}