summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2016-07-27 09:30:02 -0700
committerJim Meyering <meyering@fb.com>2016-08-31 10:39:30 -0700
commit48ea99e1fadd91612818e7d75d396ae3afd88eaf (patch)
treefac7ef3f4324a6fb2616ce4ee674a19b1f96fc3d
parentd7ee241c2328394eb2c9cbb15af7167d61a4bb4a (diff)
downloadcoreutils-48ea99e1fadd91612818e7d75d396ae3afd88eaf.tar.xz
dircolors: recognize .zst and .tzst suffixes
* src/dircolors.hin: Add .zst and .tzst suffixes for the Zstandard/zstd compression tools. See http://zStd.net and https://code.facebook.com/posts/1658392934479273/
-rw-r--r--src/dircolors.hin2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dircolors.hin b/src/dircolors.hin
index 4fb1f045c..0be7988b7 100644
--- a/src/dircolors.hin
+++ b/src/dircolors.hin
@@ -105,6 +105,8 @@ EXEC 01;32
.lz 01;31
.lzo 01;31
.xz 01;31
+.zst 01;31
+.tzst 01;31
.bz2 01;31
.bz 01;31
.tbz 01;31