["\\.dz\\'"
nil nil nil
"uncompressing" "gzip" ("-c" "-q" "-d")
- nil t "\037\213"]))
+ nil t "\037\213"]
+ ["\\.zst\\'"
+ "zstd compressing" "zstd" ("-c" "-q")
+ "zstd uncompressing" "zstd" ("-c" "-q" "-d")
+ t t "\050\265\057\375"]
+ ["\\.tzst\\'"
+ "zstd compressing" "zstd" ("-c" "-q")
+ "zstd uncompressing" "zstd" ("-c" "-q" "-d")
+ t nil "\050\265\057\375"]))
"List of vectors that describe available compression techniques.
Each element, which describes a compression technique, is a vector of
(defcustom jka-compr-mode-alist-additions
(purecopy '(("\\.tgz\\'" . tar-mode)
("\\.tbz2?\\'" . tar-mode)
- ("\\.txz\\'" . tar-mode)))
+ ("\\.txz\\'" . tar-mode)
+ ("\\.tzst\\'" . tar-mode)))
"List of pairs added to `auto-mode-alist' when installing jka-compr.
Uninstalling jka-compr removes all pairs from `auto-mode-alist' that
installing added.