mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-05 20:37:52 +00:00
Merge pull request #709 from poliorcetics/add-apple-filetypes
Add the documents extension for Apple file formats
This commit is contained in:
commit
083cf147be
@ -67,9 +67,9 @@ impl FileExtensions {
|
||||
|
||||
fn is_document(&self, file: &File) -> bool {
|
||||
file.extension_is_one_of( &[
|
||||
"djvu", "doc", "docx", "dvi", "eml", "eps", "fotd",
|
||||
"odp", "odt", "pdf", "ppt", "pptx", "rtf",
|
||||
"xls", "xlsx",
|
||||
"djvu", "doc", "docx", "dvi", "eml", "eps", "fotd", "key",
|
||||
"keynote", "numbers", "odp", "odt", "pages", "pdf", "ppt",
|
||||
"pptx", "rtf", "xls", "xlsx",
|
||||
])
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user