mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-26 05:47:32 +00:00
Merge pull request #489 from benmezger/patch-1
Feat: add JPF to image filetype
This commit is contained in:
commit
6cd52163f7
@ -30,7 +30,7 @@ impl FileExtensions {
|
|||||||
file.extension_is_one_of( &[
|
file.extension_is_one_of( &[
|
||||||
"png", "jpeg", "jpg", "gif", "bmp", "tiff", "tif",
|
"png", "jpeg", "jpg", "gif", "bmp", "tiff", "tif",
|
||||||
"ppm", "pgm", "pbm", "pnm", "webp", "raw", "arw",
|
"ppm", "pgm", "pbm", "pnm", "webp", "raw", "arw",
|
||||||
"svg", "stl", "eps", "dvi", "ps", "cbr",
|
"svg", "stl", "eps", "dvi", "ps", "cbr", "jpf",
|
||||||
"cbz", "xpm", "ico", "cr2", "orf", "nef",
|
"cbz", "xpm", "ico", "cr2", "orf", "nef",
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user