File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 88* [ #303 ] ( https://github.com/clojure-emacs/clojure-mode/issues/303 ) : Handle ` boot ` projects in ` clojure-expected-ns ` .
99* Added dedicated modes for ClojureScript, ClojureC and ClojureX. All of them are derived from ` clojure-mode ` .
1010
11+ ### Bugs fixed
12+
13+ * [ #307 ] ( https://github.com/clojure-emacs/clojure-mode/issues/307 ) : Don't highlight ` handle ` and ` handler-case ` as keywords.
14+
1115## 4.1.0 (20/06/2015)
1216
1317### Changes
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ Called by `imenu--generic-function'."
423423 " with-open" " with-local-vars" " binding"
424424 " with-redefs" " with-redefs-fn"
425425 " gen-class" " gen-and-load-class" " gen-and-save-class"
426- " handler-case " " handle " " declare" ) t )
426+ " declare" ) t )
427427 " \\ >" )
428428 1 font-lock-keyword-face )
429429 (,(concat
You can’t perform that action at this time.
0 commit comments