mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
highlights(elvish): use @operator for operators
This commit is contained in:
parent
4b32b75d4d
commit
730efb4e58
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
[
|
||||
"+" "-" "*" "/" "%" "<" "<=""==" "!=" ">"
|
||||
">=" "<s" "<=s" "==s" "!=s" ">s" ">=s"
|
||||
] @function
|
||||
] @operator
|
||||
|
||||
[">" "<" ">>" "<>" "|"] @operator
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue