Variable: cider-repl--root-ns-highlight-template

cider-repl--root-ns-highlight-template is a variable defined in cider-repl.el.

Value

"\\_<\\(%s\\)[^$/:   \n()]+"

Documentation

Regexp used to highlight root ns in REPL buffers.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defvar cider-repl--root-ns-highlight-template "\\_<\\(%s\\)[^$/: \t\n()]+"
  "Regexp used to highlight root ns in REPL buffers.")