Skip to content

Commit

Permalink
Update filetype.rs
Browse files Browse the repository at this point in the history
add `zst` extension
  • Loading branch information
ne-sted committed Nov 20, 2017
1 parent 0eb7966 commit 5fae489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info/filetype.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
])
}

Expand Down

0 comments on commit 5fae489

Please sign in to comment.