From c96bf9a280865248682d8f4a6fe11f692e4cc3c1 Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Thu, 27 Jun 2024 19:07:47 -0300 Subject: [PATCH] dot --- crates/typst-syntax/src/kind.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.