mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-22 03:55:11 +00:00
Merge pull request #991 from ashincoder/patch-1
feat: Add julia file extension icon
This commit is contained in:
commit
4f0275395b
@ -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