fixup! Add assignment

This commit is contained in:
Bruno BELANYI 2024-04-07 23:25:05 +01:00
parent 060ea8a5ef
commit 3cb30584df

View file

@ -33,6 +33,7 @@ module.exports = grammar({
// Expressions {{{ // Expressions {{{
_expr: ($) => choice( _expr: ($) => choice(
// Literals
$.identifier, $.identifier,
$.integer_literal, $.integer_literal,
$._string_literal, $._string_literal,