mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-02-01 18:18:24 +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}', //
|
"jfi" => '\u{f1c5}', //
|
||||||
"jfif" => '\u{f1c5}', //
|
"jfif" => '\u{f1c5}', //
|
||||||
"jif" => '\u{f1c5}', //
|
"jif" => '\u{f1c5}', //
|
||||||
|
"jl" => '\u{e624}', //
|
||||||
"jpe" => '\u{f1c5}', //
|
"jpe" => '\u{f1c5}', //
|
||||||
"jpeg" => '\u{f1c5}', //
|
"jpeg" => '\u{f1c5}', //
|
||||||
"jpg" => '\u{f1c5}', //
|
"jpg" => '\u{f1c5}', //
|
||||||
|
Loading…
x
Reference in New Issue
Block a user