summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHan Yeong-woo <nix6839@washnix.com>2023-03-29 20:29:08 +0900
committerWei Zhang <kweizh@gmail.com>2023-04-03 15:33:22 +0800
commit118faab5339cdd02ef31a47057173a7cbe91534b (patch)
tree6c84f9b5fbd5a2de32b29c7e224c1cf7ca3ce02f
parentc267a040c6a93b1daa26c51fb61a2e8bc68d913c (diff)
Add icons for cjs, cts and mts
-rw-r--r--CHANGELOG.md1
-rw-r--r--src/theme/icon.rs3
2 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d0118b..1707de9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
on other platform the same as `--all` [#752](https://github.com/Peltoche/lsd/issues/752)
- Add many icons from https://github.com/Peltoche/lsd/issues/764 [@TruncatedDinosour](https://ari-web.xyz/gh)
- Add support for localization from [scarf](https://github.com/scarf005)
+- Add icons for cjs, cts and mts from [Han Yeong-woo](https://github.com/nix6839)
### Fixed
- Do not quote filename when piping into another program from [TeamTamoad](https://github.com/TeamTamoad)
diff --git a/src/theme/icon.rs b/src/theme/icon.rs
index 1c65b21..4ecb182 100644
--- a/src/theme/icon.rs
+++ b/src/theme/icon.rs
@@ -317,6 +317,7 @@ impl IconTheme {
("bz2", "\u{f410}"), // ""
("cc", "\u{e61d}"), // ""
("cfg", "\u{e615}"), // ""
+ ("cjs", "\u{e74e}"), // ""
("class", "\u{e738}"), // ""
("cljs", "\u{e76a}"), // ""
("clj", "\u{e768}"), // ""
@@ -333,6 +334,7 @@ impl IconTheme {
("cs", "\u{f81a}"), // ""
("csv", "\u{f1c3}"), // ""
("csx", "\u{f81a}"), // ""
+ ("cts", "\u{e628}"), // ""
("c++", "\u{e61d}"), // ""
("c", "\u{e61e}"), // ""
("cue", "\u{f001}"), // ""
@@ -450,6 +452,7 @@ impl IconTheme {
("mp3", "\u{f001}"), // ""
("mp4", "\u{f008}"), // ""
("msi", "\u{f17a}"), // ""
+ ("mts", "\u{e628}"), // ""
("mustache", "\u{e60f}"), // ""
("nix", "\u{f313}"), // ""
("npmignore", "\u{e71e}"), // ""