Skip to content

Commit 4ace312

Browse files
author
Bozhidar Batsov
committed
Font-lock as-> as a keyword
1 parent 55afc85 commit 4ace312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ Called by `imenu--generic-function'."
408408
'("letfn" "case" "cond" "cond->" "cond->>" "condp"
409409
"for" "when" "when-not" "when-let" "when-first" "when-some"
410410
"if-let" "if-not" "if-some"
411-
".." "->" "->>" "doto" "and" "or"
411+
".." "->" "->>" "as->" "doto" "and" "or"
412412
"dosync" "doseq" "dotimes" "dorun" "doall"
413413
"load" "import" "unimport" "ns" "in-ns" "refer"
414414
"with-open" "with-local-vars" "binding"

0 commit comments

Comments
 (0)