Skip to content

Commit 62126de

Browse files
feat: Change emoji for .asm, .s and add support rsyncd.conf and .deny files
1 parent 6802cb3 commit 62126de

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/emoji_mappings.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ const EmojiMapEntry emoji_extension_map[] = {
7676
{"r", "📈"},
7777
{"m", "💻"},
7878
{"mm", "💻"},
79-
{"asm", "💻"},
80-
{"s", "💻"},
79+
{"asm", "📟"},
80+
{"s", "📟"},
8181
{"f", "🅵"},
8282
{"f90", "🅵"},
8383
{"lisp", "💻"},
@@ -215,6 +215,7 @@ const EmojiMapEntry emoji_extension_map[] = {
215215
{"list", "📋"},
216216
{"nim", "👑"},
217217
{"rkt", "🏸"},
218+
{"deny", "⛔"},
218219
//{"", ""},
219220
};
220221

@@ -344,6 +345,7 @@ const EmojiMapEntry emoji_exact_file_map[] = {
344345
{"Cargo.toml", "🚗"},
345346
{".eslintrc", "🧹"},
346347
{"tox.ini", "🧪"},
348+
{"rsyncd.conf", "🔁"},
347349
//{"", ""},
348350
};
349351
/** @brief Size of the emoji_exact_file_map array. */

0 commit comments

Comments
 (0)