This commit is contained in:
PgBiel 2024-06-27 19:07:47 -03:00
parent 866c5364a0
commit c96bf9a280

View File

@ -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.