File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -1178,6 +1178,12 @@ local icons_by_file_extension = {
1178
1178
cterm_color = " 242" ,
1179
1179
name = " Asc" ,
1180
1180
},
1181
+ [" asm" ] = {
1182
+ icon = " " ,
1183
+ color = " #0091BD" ,
1184
+ cterm_color = " 31" ,
1185
+ name = " ASM" ,
1186
+ },
1181
1187
[" ass" ] = {
1182
1188
icon = " " ,
1183
1189
color = " #ffb713" ,
@@ -3104,6 +3110,12 @@ local icons_by_file_extension = {
3104
3110
cterm_color = " 215" ,
3105
3111
name = " Rss" ,
3106
3112
},
3113
+ [" S" ] = {
3114
+ icon = " " ,
3115
+ color = " #0071C5" ,
3116
+ cterm_color = " 25" ,
3117
+ name = " ASM" ,
3118
+ },
3107
3119
[" sass" ] = {
3108
3120
icon = " " ,
3109
3121
color = " #f55385" ,
Original file line number Diff line number Diff line change @@ -1178,6 +1178,12 @@ local icons_by_file_extension = {
1178
1178
cterm_color = " 239" ,
1179
1179
name = " Asc" ,
1180
1180
},
1181
+ [" asm" ] = {
1182
+ icon = " " ,
1183
+ color = " #006d8e" ,
1184
+ cterm_color = " 24" ,
1185
+ name = " ASM" ,
1186
+ },
1181
1187
[" ass" ] = {
1182
1188
icon = " " ,
1183
1189
color = " #805c0a" ,
@@ -3104,6 +3110,12 @@ local icons_by_file_extension = {
3104
3110
cterm_color = " 94" ,
3105
3111
name = " Rss" ,
3106
3112
},
3113
+ [" S" ] = {
3114
+ icon = " " ,
3115
+ color = " #005594" ,
3116
+ cterm_color = " 25" ,
3117
+ name = " ASM" ,
3118
+ },
3107
3119
[" sass" ] = {
3108
3120
icon = " " ,
3109
3121
color = " #a33759" ,
You can’t perform that action at this time.
0 commit comments