Skip to content

Commit c73fb62

Browse files
author
Bozhidar Batsov
committed
Promote cond-> and cond->> to clojure-mode
1 parent 96b60bf commit c73fb62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clojure-mode-extra-font-locking.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"chunk-next" "chunk-rest" "chunked-seq?" "class" "class?"
5656
"clear-agent-errors" "clojure-version" "coll?" "comment" "commute"
5757
"comp" "comparator" "compare" "compare-and-set!" "compile"
58-
"complement" "concat" "cond->" "cond->>" "conj"
58+
"complement" "concat" "conj"
5959
"conj!" "cons" "constantly" "construct-proxy" "contains?"
6060
"count" "counted?" "create-ns" "create-struct" "cycle"
6161
"dec" "decimal?" "delay" "delay?" "deliver" "deref"

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ Called by `imenu--generic-function'."
447447
"(\\(?:clojure.core/\\)?"
448448
(regexp-opt
449449
'("let" "letfn" "do"
450-
"case" "cond" "condp"
450+
"case" "cond" "cond->" "cond->>" "condp"
451451
"for" "loop" "recur"
452452
"when" "when-not" "when-let" "when-first" "when-some"
453453
"if" "if-let" "if-not" "if-some"

0 commit comments

Comments
 (0)