mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-02-01 18:18:24 +00:00
Merge pull request #1058 from Ryooooooga/feature/go-mod-icons
add icons for go.mod and go.sum
This commit is contained in:
commit
dceca33779
@ -69,6 +69,8 @@ lazy_static! {
|
|||||||
m.insert("Dockerfile", '\u{f308}'); //
|
m.insert("Dockerfile", '\u{f308}'); //
|
||||||
m.insert("ds_store", '\u{f179}'); //
|
m.insert("ds_store", '\u{f179}'); //
|
||||||
m.insert("gitignore_global", '\u{f1d3}'); //
|
m.insert("gitignore_global", '\u{f1d3}'); //
|
||||||
|
m.insert("go.mod", '\u{e626}'); //
|
||||||
|
m.insert("go.sum", '\u{e626}'); //
|
||||||
m.insert("gradle", '\u{e256}'); //
|
m.insert("gradle", '\u{e256}'); //
|
||||||
m.insert("gruntfile.coffee", '\u{e611}'); //
|
m.insert("gruntfile.coffee", '\u{e611}'); //
|
||||||
m.insert("gruntfile.js", '\u{e611}'); //
|
m.insert("gruntfile.js", '\u{e611}'); //
|
||||||
|
Loading…
x
Reference in New Issue
Block a user