Variable: smart-lisp-identifier
smart-lisp-identifier is a variable defined in hmouse-tag.el.
Value
"[-<>*a-zA-Z][-_:/*+=%$&?!<>a-zA-Z0-9~^@]*"
Documentation
Regexp matching a Lisp identifier.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-tag.el
;;;###autoload
(defconst smart-lisp-identifier (concat smart-lisp-identifier-first-char-regexp
"[" smart-lisp-identifier-chars "]*")
"Regexp matching a Lisp identifier.")