diff --git a/crates/typst-syntax/src/kind.rs b/crates/typst-syntax/src/kind.rs index 599806b57..8f0e806cd 100644 --- a/crates/typst-syntax/src/kind.rs +++ b/crates/typst-syntax/src/kind.rs @@ -13,7 +13,7 @@ pub enum SyntaxKind { LineComment, /// A block comment: `/* ... */`. BlockComment, - /// A decorator: `/! allow("warning")` + /// A decorator: `/! allow("warning")`. Decorator, /// The contents of a file or content block.