summaryrefslogtreecommitdiff
path: root/crates/typst-syntax/src/set.rs
diff options
context:
space:
mode:
authorIan Wrzesinski <wrzian@umich.edu>2024-10-10 20:30:33 -0400
committerIan Wrzesinski <wrzian@umich.edu>2024-10-31 18:26:12 -0400
commit09975d113385067302a4abbc1f5cf905e78915ad (patch)
tree6402991b991014e95860ffa1969fd644681bea9e /crates/typst-syntax/src/set.rs
parent1cecae0333efcdfcfcca8e4e97ef590297808c2e (diff)
8. Create Raw nodes entirely within the lexer
Diffstat (limited to 'crates/typst-syntax/src/set.rs')
-rw-r--r--crates/typst-syntax/src/set.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-syntax/src/set.rs b/crates/typst-syntax/src/set.rs
index eaee7ef2..f3f1ba24 100644
--- a/crates/typst-syntax/src/set.rs
+++ b/crates/typst-syntax/src/set.rs
@@ -104,7 +104,7 @@ pub const ATOMIC_CODE_PRIMARY: SyntaxSet = syntax_set!(
Numeric,
Str,
Label,
- RawDelim,
+ Raw,
);
/// Syntax kinds that are unary operators.