From 8219dbbdbeb4c3f8b98212a160296c68ca68f960 Mon Sep 17 00:00:00 2001 From: Oliver Marshall Date: Sat, 5 Jun 2021 01:06:34 +0100 Subject: Add more operators --- queries/clojure/highlights.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'queries/clojure') 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" -- cgit v1.2.3