diff options
| author | Ian Wrzesinski <wrzian@umich.edu> | 2024-10-10 20:30:33 -0400 |
|---|---|---|
| committer | Ian Wrzesinski <wrzian@umich.edu> | 2024-10-31 18:26:12 -0400 |
| commit | 09975d113385067302a4abbc1f5cf905e78915ad (patch) | |
| tree | 6402991b991014e95860ffa1969fd644681bea9e /crates/typst-syntax/src/set.rs | |
| parent | 1cecae0333efcdfcfcca8e4e97ef590297808c2e (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.rs | 2 |
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. |
