We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6802cb3 commit 62126deCopy full SHA for 62126de
src/emoji_mappings.c
@@ -76,8 +76,8 @@ const EmojiMapEntry emoji_extension_map[] = {
76
{"r", "📈"},
77
{"m", "💻"},
78
{"mm", "💻"},
79
- {"asm", "💻"},
80
- {"s", "💻"},
+ {"asm", "📟"},
+ {"s", "📟"},
81
{"f", "🅵"},
82
{"f90", "🅵"},
83
{"lisp", "💻"},
@@ -215,6 +215,7 @@ const EmojiMapEntry emoji_extension_map[] = {
215
{"list", "📋"},
216
{"nim", "👑"},
217
{"rkt", "🏸"},
218
+ {"deny", "⛔"},
219
//{"", ""},
220
};
221
@@ -344,6 +345,7 @@ const EmojiMapEntry emoji_exact_file_map[] = {
344
345
{"Cargo.toml", "🚗"},
346
{".eslintrc", "🧹"},
347
{"tox.ini", "🧪"},
348
+ {"rsyncd.conf", "🔁"},
349
350
351
/** @brief Size of the emoji_exact_file_map array. */
0 commit comments