mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-22 12:05:11 +00:00
Add some more file extensions
This commit is contained in:
parent
ab66c681c2
commit
71f03157aa
@ -22,7 +22,7 @@ static VIDEO_TYPES: &'static [&'static str] = &[
|
||||
"mpg", "ogm", "ogv", "vob", "wmv" ];
|
||||
|
||||
static MUSIC_TYPES: &'static [&'static str] = &[
|
||||
"aac", "m4a", "mp3", "ogg" ];
|
||||
"aac", "m4a", "mp3", "ogg", "wma" ];
|
||||
|
||||
static MUSIC_LOSSLESS: &'static [&'static str] = &[
|
||||
"alac", "ape", "flac", "wav" ];
|
||||
@ -32,8 +32,9 @@ static COMPRESSED_TYPES: &'static [&'static str] = &[
|
||||
"iso", "dmg", "tc", "rar", "par" ];
|
||||
|
||||
static DOCUMENT_TYPES: &'static [&'static str] = &[
|
||||
"djvu", "doc", "docx", "eml", "eps", "odp", "ods",
|
||||
"odt", "pdf", "ppt", "pptx", "xls", "xlsx" ];
|
||||
"djvu", "doc", "docx", "dvi", "eml", "eps", "fotd",
|
||||
"odp", "odt", "pdf", "ppt", "pptx", "rtf",
|
||||
"xls", "xlsx" ];
|
||||
|
||||
static TEMP_TYPES: &'static [&'static str] = &[
|
||||
"tmp", "swp", "swo", "swn", "bak" ];
|
||||
|
Loading…
Reference in New Issue
Block a user