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 {{{
_expr: ($) => choice(
// Literals
$.identifier,
$.integer_literal,
$._string_literal,