summaryrefslogtreecommitdiff
path: root/src/syntax/parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax/parser.rs')
-rw-r--r--src/syntax/parser.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syntax/parser.rs b/src/syntax/parser.rs
index 1f9bdedd..afb207b6 100644
--- a/src/syntax/parser.rs
+++ b/src/syntax/parser.rs
@@ -485,6 +485,7 @@ fn embedded_code_expr(p: &mut Parser) {
p.stop_at_newline(true);
p.enter(LexMode::Code);
p.assert(SyntaxKind::Hashtag);
+ p.unskip();
let stmt = matches!(
p.current(),