Fix syntax error

This commit is contained in:
Timothy Warren 2021-03-05 21:16:39 -05:00
parent a952226b92
commit 319a5257cd
1 changed files with 1 additions and 1 deletions

View File

@ -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,
) {}