mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-02-14 00:00:34 +00:00
Add avif and jxl icons
This commit is contained in:
parent
659def7138
commit
1c36b71779
@ -110,6 +110,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
|
||||
"apk" => '\u{e70e}', //
|
||||
"apple" => '\u{f179}', //
|
||||
"avi" => '\u{f03d}', //
|
||||
"avif" => '\u{f1c5}', //
|
||||
"avro" => '\u{e60b}', //
|
||||
"awk" => '\u{f489}', //
|
||||
"bash" => '\u{f489}', //
|
||||
@ -215,6 +216,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
|
||||
"js" => '\u{e74e}', //
|
||||
"json" => '\u{e60b}', //
|
||||
"jsx" => '\u{e7ba}', //
|
||||
"jxl" => '\u{f1c5}', //
|
||||
"ksh" => '\u{f489}', //
|
||||
"latex" => '\u{f034}', //
|
||||
"less" => '\u{e758}', //
|
||||
|
Loading…
x
Reference in New Issue
Block a user