mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
(#any-of? @operator
|
||||
"*" "*'" "+" "+'" "-" "-'" "/"
|
||||
"<" "<=" ">" ">=" "=" "=="))
|
||||
"<" "<=" ">" ">=" "=" "==" "not" "not="))
|
||||
|
||||
;; Ordinary calls
|
||||
;; TODO
|
||||
|
|
@ -187,7 +187,7 @@
|
|||
"method-sig" "methods" "min" "min-key" "mix-collection-hash"
|
||||
"mod" "munge" "name" "namespace" "namespace-munge" "nat-int?"
|
||||
"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-refers" "ns-resolve" "ns-unalias" "ns-unmap" "nth"
|
||||
"nthnext" "nthrest" "num" "number?" "numerator" "object-array"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue