fix eol
This commit is contained in:
parent
cc131d63b1
commit
7310e22538
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ module.exports = grammar({
|
|||
|
||||
line_comment: ($) => token(prec(PREC.COMMENT, seq("#", /.*/))),
|
||||
|
||||
_eol: ($) => token(prec(PREC.EOL, choice("\n", "\0"))),
|
||||
_eol: ($) => token(prec(PREC.EOL, "\n")),
|
||||
_end: ($) => seq(choice(";", $._eol)),
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue