mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -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
|
||||
operator: _ @operator)
|
||||
|
||||
"=" @operator
|
||||
|
||||
[
|
||||
"and"
|
||||
"not"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue