Skip to content

Commit 7757fac

Browse files
committed
Extend the commentary for clojure-mode-extra-font-locking
1 parent 9b41916 commit 7757fac

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

clojure-mode-extra-font-locking.el

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212

1313
;;; Commentary:
1414

15-
;; Provides additional font-locking for clojure-mode.
15+
;; Provides additional font-locking for clojure-mode. This font-locking
16+
;; used to be part of clojure-mode up to version 3.0, but it was removed
17+
;; due to its unreliable nature (the implementation is quite primitive
18+
;; and font-locks symbols without any regard for what they resolve to).
19+
;; CIDER provides much more reliable font-locking, that's based on the runtime
20+
;; state of your Clojure application.
1621

1722
;;; License:
1823

0 commit comments

Comments
 (0)