Variable: cider-reader-conditionals-regexp
cider-reader-conditionals-regexp is a variable defined in
cider-mode.el.
Value
"\\(?:#\\?@?[[:space:]\n]*(\\)"
Documentation
Regexp for matching reader conditionals with a non-capturing group.
Starts from the reader macro characters to the opening parentheses.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-mode.el
(defconst cider-reader-conditionals-regexp "\\(?:#\\?@?[[:space:]\n]*(\\)"
"Regexp for matching reader conditionals with a non-capturing group.
Starts from the reader macro characters to the opening parentheses.")