Variable: cider-font-lock-reader-conditionals
cider-font-lock-reader-conditionals is a customizable variable defined
in cider-mode.el.
Value
t
Documentation
Apply font-locking to unused reader conditional expressions.
The result depends on the buffer CIDER connection type.
This variable was added, or its default value changed, in cider version 0.15.0.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-mode.el
(defcustom cider-font-lock-reader-conditionals t
"Apply font-locking to unused reader conditional expressions.
The result depends on the buffer CIDER connection type."
:type 'boolean
:group 'cider
:package-version '(cider . "0.15.0"))