diff options
| author | PgBiel <9021226+PgBiel@users.noreply.github.com> | 2024-06-27 19:07:47 -0300 |
|---|---|---|
| committer | PgBiel <9021226+PgBiel@users.noreply.github.com> | 2024-06-27 19:08:22 -0300 |
| commit | c96bf9a280865248682d8f4a6fe11f692e4cc3c1 (patch) | |
| tree | 63b1a3452f6b3afd093d8bcf1c1fdbdc84a1dbec /crates/typst-syntax | |
| parent | 866c5364a0a238943a79fa1c32153aa4f13b1eed (diff) | |
dot
Diffstat (limited to 'crates/typst-syntax')
| -rw-r--r-- | crates/typst-syntax/src/kind.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-syntax/src/kind.rs b/crates/typst-syntax/src/kind.rs index 599806b5..8f0e806c 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. |
