mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -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"
|
">=" "<s" "<=s" "==s" "!=s" ">s" ">=s"
|
||||||
] @function
|
] @operator
|
||||||
|
|
||||||
[">" "<" ">>" "<>" "|"] @operator
|
[">" "<" ">>" "<>" "|"] @operator
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue