highlights(elvish): use @operator for operators

This commit is contained in:
Stephan Seitz 2022-08-29 23:42:48 +02:00
parent 4b32b75d4d
commit 730efb4e58

View file

@ -24,7 +24,7 @@
[
"+" "-" "*" "/" "%" "<" "<=""==" "!=" ">"
">=" "<s" "<=s" "==s" "!=s" ">s" ">=s"
] @function
] @operator
[">" "<" ">>" "<>" "|"] @operator