summaryrefslogtreecommitdiff
path: root/queries/clojure
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 /queries/clojure
parenta9863864a8a37c1438627a0ebe8fea46f7788518 (diff)
Add more operators
Diffstat (limited to 'queries/clojure')
-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 20100a33..916ff8b8 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"