mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
fix(lua): re-add missing assignment operator
This commit is contained in:
committed by
Christian Clason
parent
d6ce707613
commit
c6dd314086
@@ -76,6 +76,8 @@
|
||||
(unary_expression
|
||||
operator: _ @operator)
|
||||
|
||||
"=" @operator
|
||||
|
||||
[
|
||||
"and"
|
||||
"not"
|
||||
|
||||
Reference in New Issue
Block a user