mirror of
https://github.com/lsd-rs/lsd
synced 2025-03-04 23:17:15 +00:00
add fennel support
This commit is contained in:
parent
f057e299d4
commit
e9a778aadc
1 changed files with 2 additions and 0 deletions
|
@ -196,6 +196,7 @@ impl IconTheme {
|
|||
("etc", "\u{e5fc}"), // ""
|
||||
("favicon.ico", "\u{f005}"), // ""
|
||||
("favicons", "\u{f005}"), // ""
|
||||
(".fennelrc", "\u{e615}"), // ""
|
||||
("fstab", "\u{f1c0}"), // ""
|
||||
(".fastboot", "\u{f17b}"), // ""
|
||||
(".gitattributes", "\u{f1d3}"), // ""
|
||||
|
@ -488,6 +489,7 @@ impl IconTheme {
|
|||
("fish", "\u{f489}"), // ""
|
||||
("flac", "\u{f001}"), // ""
|
||||
("flv", "\u{f008}"), // ""
|
||||
("fnl", "\u{e6af}"), // ""
|
||||
("font", "\u{f031}"), // ""
|
||||
("fpl", "\u{f0411}"), // ""
|
||||
("fsi", "\u{e7a7}"), // ""
|
||||
|
|
Loading…
Add table
Reference in a new issue