Variable: hpath:shell-comment-pattern
hpath:shell-comment-pattern is a variable defined in hpath.el.
Value
"^[ ]*#+[ ]*%s\\([ ]\\|\\([[<({ [:punct:]]\\)\\|$\\)"
Documentation
Bol-anchored regexp matching the first part of a shell comment.
Contains a %s for replacement of the comment string.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hpath.el
(defconst hpath:shell-comment-pattern
"^[ \t]*#+[ \t]*%s\\([ \t]\\|\\([\[<\({ \t[:punct:]]\\)\\|$\\)"
"Bol-anchored regexp matching the first part of a shell comment.
Contains a %s for replacement of the comment string.")