Merge pull request #314 from ogham/exa/patch-1

Update filetype.rs
This commit is contained in:
Benjamin Sago 2018-03-11 09:32:56 +00:00 committed by GitHub
commit fc987771d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ impl FileExtensions {
file.extension_is_one_of( &[
"zip", "tar", "Z", "z", "gz", "bz2", "a", "ar", "7z",
"iso", "dmg", "tc", "rar", "par", "tgz", "xz", "txz",
"lzma", "deb", "rpm"
"lzma", "deb", "rpm", "zst",
])
}