Variable: hpath:compressed-suffix-regexp
hpath:compressed-suffix-regexp is a variable defined in hpath.el.
Value
"\\(?:\\.\\(?:Z\\|bz2\\|gz\\|xz\\|z\\(?:ip\\|st\\)\\)\\)\\'"
Documentation
Regexp of compressed file name suffixes.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(defvar hpath:compressed-suffix-regexp (concat (regexp-opt '(".gz" ".Z" ".zip" ".bz2" ".xz" ".zst")) "\\'")
"Regexp of compressed file name suffixes.")