Add structure for container and shapes #1
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ module.exports = grammar({
|
||||||
|
|
||||||
line_comment: ($) => token(prec(PREC.COMMENT, seq("#", /.*/))),
|
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)),
|
_end: ($) => seq(choice(";", $._eol)),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue