aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Marshall <olivershawmarshall@gmail.com>2021-06-05 01:06:34 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-07-19 16:24:01 +0000
commit8219dbbdbeb4c3f8b98212a160296c68ca68f960 (patch)
tree9dcee0b06690089e48f2889ee4f6ff5f5d451cdd
parentAdd some TODOs (diff)
downloadnvim-treesitter-8219dbbdbeb4c3f8b98212a160296c68ca68f960.tar
nvim-treesitter-8219dbbdbeb4c3f8b98212a160296c68ca68f960.tar.gz
nvim-treesitter-8219dbbdbeb4c3f8b98212a160296c68ca68f960.tar.bz2
nvim-treesitter-8219dbbdbeb4c3f8b98212a160296c68ca68f960.tar.lz
nvim-treesitter-8219dbbdbeb4c3f8b98212a160296c68ca68f960.tar.xz
nvim-treesitter-8219dbbdbeb4c3f8b98212a160296c68ca68f960.tar.zst
nvim-treesitter-8219dbbdbeb4c3f8b98212a160296c68ca68f960.zip
Add more operators
-rw-r--r--queries/clojure/highlights.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/clojure/highlights.scm b/queries/clojure/highlights.scm
index 20100a33c..916ff8b88 100644
--- a/queries/clojure/highlights.scm
+++ b/queries/clojure/highlights.scm
@@ -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"