mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 06:02:36 +00:00
Fix icons against comments in icon.rs
This commit is contained in:
parent
946f243066
commit
2bc55dd608
1 changed files with 8 additions and 8 deletions
16
src/icon.rs
16
src/icon.rs
|
@ -164,8 +164,8 @@ impl Icons {
|
|||
("documents", "\u{f02d}"), // ""
|
||||
(".ds_store", "\u{f179}"), // ""
|
||||
("etc", "\u{e5fc}"), // ""
|
||||
("favicon.ico", "\u{f005}"), // ""
|
||||
("fstab", "\u{f1c0}"), // ""
|
||||
("favicon.ico", "\u{f005}"), // ""
|
||||
("fstab", "\u{f1c0}"), // ""
|
||||
("gitignore_global", "\u{f1d3}"), // ""
|
||||
("gradle", "\u{e70e}"), // ""
|
||||
("group", "\u{e615}"), // ""
|
||||
|
@ -212,7 +212,7 @@ impl Icons {
|
|||
("tigrc", "\u{e615}"), // ""
|
||||
("vagrantfile", "\u{e615}"), // ""
|
||||
("videos", "\u{f03d}"), // ""
|
||||
("hostname", "\u{e615}"), // "",
|
||||
("hostname", "\u{e615}"), // ""
|
||||
("webpack.config.js", "\u{fc29}"), // "ﰩ"
|
||||
("xmonad.hs", "\u{e615}"), // ""
|
||||
("xorg.conf.d", "\u{e5fc}"), // ""
|
||||
|
@ -276,7 +276,7 @@ impl Icons {
|
|||
("dockerfile", "\u{f308}"), // ""
|
||||
("docx", "\u{f1c2}"), // ""
|
||||
("ds_store", "\u{f179}"), // ""
|
||||
("dump", "\u{f1c0}"), // ""
|
||||
("dump", "\u{f1c0}"), // ""
|
||||
("ebook", "\u{e28b}"), // ""
|
||||
("editorconfig", "\u{e615}"), // ""
|
||||
("ejs", "\u{e618}"), // ""
|
||||
|
@ -324,11 +324,11 @@ impl Icons {
|
|||
("hxx", "\u{f0fd}"), // ""
|
||||
("ico", "\u{f1c5}"), // ""
|
||||
("image", "\u{f1c5}"), // ""
|
||||
("img", "\u{f1c0}"), // ""
|
||||
("img", "\u{f1c0}"), // ""
|
||||
("iml", "\u{e7b5}"), // ""
|
||||
("ini", "\u{e615}"), // ""
|
||||
("ipynb", "\u{e606}"), // ""
|
||||
("iso", "\u{f1c0}"), // ""
|
||||
("iso", "\u{f1c0}"), // ""
|
||||
("jar", "\u{e738}"), // ""
|
||||
("java", "\u{e738}"), // ""
|
||||
("jpeg", "\u{f1c5}"), // ""
|
||||
|
@ -340,7 +340,7 @@ impl Icons {
|
|||
("key", "\u{e60a}"), // ""
|
||||
("ksh", "\u{f489}"), // ""
|
||||
("ld", "\u{e624}"), // ""
|
||||
("ldb", "\u{f1c0}"), // ""
|
||||
("ldb", "\u{f1c0}"), // ""
|
||||
("less", "\u{e758}"), // ""
|
||||
("lhs", "\u{e777}"), // ""
|
||||
("license", "\u{e60a}"), // ""
|
||||
|
@ -426,7 +426,7 @@ impl Icons {
|
|||
("slim", "\u{e73b}"), // ""
|
||||
("sln", "\u{e70c}"), // ""
|
||||
("so", "\u{e624}"), // ""
|
||||
("sql", "\u{f1c0}"), // ""
|
||||
("sql", "\u{f1c0}"), // ""
|
||||
("sqlite3", "\u{e7c4}"), // ""
|
||||
("srt", "\u{f02d}"), // ""
|
||||
("styl", "\u{e600}"), // ""
|
||||
|
|
Loading…
Reference in a new issue