Add more operators

This commit is contained in:
Oliver Marshall 2021-06-05 01:06:34 +01:00 committed by mergify[bot]
parent a9863864a8
commit 8219dbbdbe

View file

@ -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"