lang: handle and recover some errors in lists
This commit is contained in:
parent
4bcaf945d7
commit
ed151c2e3c
2 changed files with 20 additions and 0 deletions
|
@ -4,4 +4,7 @@ use crate::lst_parser::syntax_kind::SyntaxKind;
|
|||
pub enum SyntaxError {
|
||||
Expected(Vec<SyntaxKind>),
|
||||
PipelineNeedsSink,
|
||||
// if there was two space seperated items in a list
|
||||
SpaceSepInList,
|
||||
SemicolonInList,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue