mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-22 20:15:11 +00:00
Update icons.rs
Add Markdown icon for Julia Markdown documents (same convention as for `*.Rmd`)
This commit is contained in:
parent
42659f9345
commit
e433b3fed0
@ -214,6 +214,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
|
|||||||
"jfif" => '\u{f1c5}', //
|
"jfif" => '\u{f1c5}', //
|
||||||
"jif" => '\u{f1c5}', //
|
"jif" => '\u{f1c5}', //
|
||||||
"jl" => '\u{e624}', //
|
"jl" => '\u{e624}', //
|
||||||
|
"jmd" => '\u{f48a}', //
|
||||||
"jpe" => '\u{f1c5}', //
|
"jpe" => '\u{f1c5}', //
|
||||||
"jpeg" => '\u{f1c5}', //
|
"jpeg" => '\u{f1c5}', //
|
||||||
"jpg" => '\u{f1c5}', //
|
"jpg" => '\u{f1c5}', //
|
||||||
|
Loading…
Reference in New Issue
Block a user