File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
" chunk-next" " chunk-rest" " chunked-seq?" " class" " class?"
56
56
" clear-agent-errors" " clojure-version" " coll?" " comment" " commute"
57
57
" comp" " comparator" " compare" " compare-and-set!" " compile"
58
- " complement" " concat" " cond-> " " cond->> " " conj"
58
+ " complement" " concat" " conj"
59
59
" conj!" " cons" " constantly" " construct-proxy" " contains?"
60
60
" count" " counted?" " create-ns" " create-struct" " cycle"
61
61
" dec" " decimal?" " delay" " delay?" " deliver" " deref"
Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ Called by `imenu--generic-function'."
447
447
" (\\ (?:clojure.core/\\ )?"
448
448
(regexp-opt
449
449
'(" let" " letfn" " do"
450
- " case" " cond" " condp"
450
+ " case" " cond" " cond-> " " cond->> " " condp"
451
451
" for" " loop" " recur"
452
452
" when" " when-not" " when-let" " when-first" " when-some"
453
453
" if" " if-let" " if-not" " if-some"
You can’t perform that action at this time.
0 commit comments