mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(lua): re-add missing assignment operator
This commit is contained in:
parent
d6ce707613
commit
c6dd314086
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@
|
||||||
(unary_expression
|
(unary_expression
|
||||||
operator: _ @operator)
|
operator: _ @operator)
|
||||||
|
|
||||||
|
"=" @operator
|
||||||
|
|
||||||
[
|
[
|
||||||
"and"
|
"and"
|
||||||
"not"
|
"not"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue