mirror of
https://github.com/typst/typst
synced 2025-07-02 02:02:53 +08:00
dot
This commit is contained in:
parent
866c5364a0
commit
c96bf9a280
@ -13,7 +13,7 @@ pub enum SyntaxKind {
|
|||||||
LineComment,
|
LineComment,
|
||||||
/// A block comment: `/* ... */`.
|
/// A block comment: `/* ... */`.
|
||||||
BlockComment,
|
BlockComment,
|
||||||
/// A decorator: `/! allow("warning")`
|
/// A decorator: `/! allow("warning")`.
|
||||||
Decorator,
|
Decorator,
|
||||||
|
|
||||||
/// The contents of a file or content block.
|
/// The contents of a file or content block.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user