fixup! Add assignment
This commit is contained in:
parent
060ea8a5ef
commit
3cb30584df
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ module.exports = grammar({
|
||||||
// Expressions {{{
|
// Expressions {{{
|
||||||
|
|
||||||
_expr: ($) => choice(
|
_expr: ($) => choice(
|
||||||
|
// Literals
|
||||||
$.identifier,
|
$.identifier,
|
||||||
$.integer_literal,
|
$.integer_literal,
|
||||||
$._string_literal,
|
$._string_literal,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue