Fix syntax error
This commit is contained in:
parent
a952226b92
commit
319a5257cd
@ -37,7 +37,7 @@ class Syntax {
|
||||
/** Syntax to start a multi-line comment */
|
||||
public string $multiLineCommentStart,
|
||||
/** Syntax to end a multi-line commment */
|
||||
public string $multiLineCommentStart,
|
||||
public string $multiLineCommentEnd,
|
||||
/** Bitflags configuring the specified language syntax */
|
||||
public int $flags,
|
||||
) {}
|
||||
|
Loading…
Reference in New Issue
Block a user