mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(elvish): Use @function.builtin for operator-like functions
Elvish uses prefix notation even for mathematical operators (i.e. `<= 1 2 3 4`), so these should be considered functions.
This commit is contained in:
parent
17563f4699
commit
b92535f045
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
[
|
||||
"+" "-" "*" "/" "%" "<" "<=""==" "!=" ">"
|
||||
">=" "<s" "<=s" "==s" "!=s" ">s" ">=s"
|
||||
] @operator
|
||||
] @function.builtin
|
||||
|
||||
[">" "<" ">>" "<>" "|"] @operator
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue