Variable: treemacs--persist-workspace-name-regex
treemacs--persist-workspace-name-regex is a variable defined in
treemacs-persistence.el.
Value
"^\\* .+$"
Documentation
The regular expression to match lines with workspace names.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-persistence.el
(defconst treemacs--persist-workspace-name-regex
(rx bol "* " (1+ any) eol)
"The regular expression to match lines with workspace names.")