mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 06:02:36 +00:00
Nim lang support (#979)
<!--- PR Description ---> Closes #978 --- #### TODO - [x] Use `cargo fmt` - [ ] Add necessary tests - [ ] Update default config/theme in README (if applicable) - [ ] Update man page at lsd/doc/lsd.md (if applicable)
This commit is contained in:
parent
d2538a698e
commit
ba3666a6fc
1 changed files with 2 additions and 0 deletions
|
@ -580,6 +580,8 @@ impl IconTheme {
|
|||
("msi", "\u{f17a}"), // ""
|
||||
("mts", "\u{e628}"), // ""
|
||||
("mustache", "\u{e60f}"), // ""
|
||||
("nim", "\u{e677}"), // ""
|
||||
("nimble", "\u{e677}"), // ""
|
||||
("nix", "\u{f313}"), // ""
|
||||
("npmignore", "\u{e71e}"), // ""
|
||||
("odp", "\u{f1c4}"), // ""
|
||||
|
|
Loading…
Reference in a new issue