We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b41916 commit 7757facCopy full SHA for 7757fac
clojure-mode-extra-font-locking.el
@@ -12,7 +12,12 @@
12
13
;;; Commentary:
14
15
-;; Provides additional font-locking for clojure-mode.
+;; 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.
21
22
;;; License:
23
0 commit comments