fix(lua): re-add missing assignment operator

This commit is contained in:
Christian Clason 2025-12-31 14:15:06 +01:00
parent d6ce707613
commit 4038722780

View file

@ -76,6 +76,8 @@
(unary_expression
operator: _ @operator)
"=" @operator
[
"and"
"not"