mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-13 16:06:30 +00:00
feat: Add julia file extension icon
Icon for julia file extension '.jl' is added to the icons list.
This commit is contained in:
parent
3e9de0e7e1
commit
859666d287
@ -210,6 +210,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
|
||||
"jfi" => '\u{f1c5}', //
|
||||
"jfif" => '\u{f1c5}', //
|
||||
"jif" => '\u{f1c5}', //
|
||||
"jl" => '\u{e624}', //
|
||||
"jpe" => '\u{f1c5}', //
|
||||
"jpeg" => '\u{f1c5}', //
|
||||
"jpg" => '\u{f1c5}', //
|
||||
|
Loading…
Reference in New Issue
Block a user