Variable: cider-font-lock-max-length
cider-font-lock-max-length is a customizable variable defined in
cider-util.el.
Value
10000
Documentation
The max length of strings to fontify in cider-font-lock-as.
Setting this to nil removes the fontification restriction.
This variable was added, or its default value changed, in cider version 0.10.0.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-util.el
(defcustom cider-font-lock-max-length 10000
"The max length of strings to fontify in `cider-font-lock-as'.
Setting this to nil removes the fontification restriction."
:group 'cider
:type 'boolean
:package-version '(cider . "0.10.0"))