mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
Add more operators
This commit is contained in:
parent
a9863864a8
commit
8219dbbdbe
1 changed files with 2 additions and 2 deletions
|
|
@ -92,7 +92,7 @@
|
||||||
((sym_lit) @operator
|
((sym_lit) @operator
|
||||||
(#any-of? @operator
|
(#any-of? @operator
|
||||||
"*" "*'" "+" "+'" "-" "-'" "/"
|
"*" "*'" "+" "+'" "-" "-'" "/"
|
||||||
"<" "<=" ">" ">=" "=" "=="))
|
"<" "<=" ">" ">=" "=" "==" "not" "not="))
|
||||||
|
|
||||||
;; Ordinary calls
|
;; Ordinary calls
|
||||||
;; TODO
|
;; TODO
|
||||||
|
|
@ -187,7 +187,7 @@
|
||||||
"method-sig" "methods" "min" "min-key" "mix-collection-hash"
|
"method-sig" "methods" "min" "min-key" "mix-collection-hash"
|
||||||
"mod" "munge" "name" "namespace" "namespace-munge" "nat-int?"
|
"mod" "munge" "name" "namespace" "namespace-munge" "nat-int?"
|
||||||
"neg-int?" "neg?" "newline" "next" "nfirst" "nil?" "nnext"
|
"neg-int?" "neg?" "newline" "next" "nfirst" "nil?" "nnext"
|
||||||
"not" "not-any?" "not-empty" "not-every?" "not=" "ns-aliases"
|
"not-any?" "not-empty" "not-every?" "ns-aliases"
|
||||||
"ns-imports" "ns-interns" "ns-map" "ns-name" "ns-publics"
|
"ns-imports" "ns-interns" "ns-map" "ns-name" "ns-publics"
|
||||||
"ns-refers" "ns-resolve" "ns-unalias" "ns-unmap" "nth"
|
"ns-refers" "ns-resolve" "ns-unalias" "ns-unmap" "nth"
|
||||||
"nthnext" "nthrest" "num" "number?" "numerator" "object-array"
|
"nthnext" "nthrest" "num" "number?" "numerator" "object-array"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue