diff options
Diffstat (limited to 'src/parse/incremental.rs')
| -rw-r--r-- | src/parse/incremental.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/parse/incremental.rs b/src/parse/incremental.rs index 4c82f158..2edb84ba 100644 --- a/src/parse/incremental.rs +++ b/src/parse/incremental.rs @@ -466,10 +466,13 @@ impl NodeKind { // how far the expression would go. Self::Let | Self::Set + | Self::Show + | Self::Wrap | Self::If | Self::Else | Self::For | Self::In + | Self::As | Self::While | Self::Break | Self::Continue @@ -542,6 +545,8 @@ impl NodeKind { | Self::IfExpr | Self::LetExpr | Self::SetExpr + | Self::ShowExpr + | Self::WrapExpr | Self::ImportExpr | Self::IncludeExpr => SuccessionRule::AtomicPrimary, |
