File tree Expand file tree Collapse file tree 1 file changed +37
-2
lines changed Expand file tree Collapse file tree 1 file changed +37
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ fn icon(file: &File) -> char {
54
54
"avro" => '\u{e60b}' ,
55
55
"clj" => '\u{e768}' ,
56
56
"coffee" => '\u{f0f4}' ,
57
- "conf" => '\u{e615}' ,
58
57
"cpp" => '\u{e61d}' ,
59
58
"hpp" => '\u{e61d}' ,
60
59
"c" => '\u{e61e}' ,
@@ -66,6 +65,7 @@ fn icon(file: &File) -> char {
66
65
"db" => '\u{f1c0}' ,
67
66
"diff" => '\u{f440}' ,
68
67
"patch" => '\u{f440}' ,
68
+ "rtf" => '\u{f1c2}' ,
69
69
"doc" => '\u{f1c2}' ,
70
70
"docx" => '\u{f1c2}' ,
71
71
"odt" => '\u{f1c2}' ,
@@ -78,7 +78,9 @@ fn icon(file: &File) -> char {
78
78
"git" => '\u{f1d3}' ,
79
79
"go" => '\u{e626}' ,
80
80
"hs" => '\u{e777}' ,
81
+ "htm" => '\u{f13b}' ,
81
82
"html" => '\u{f13b}' ,
83
+ "xhtml" => '\u{f13b}' ,
82
84
"iml" => '\u{e7b5}' ,
83
85
"java" => '\u{e204}' ,
84
86
"js" => '\u{e74e}' ,
@@ -95,22 +97,31 @@ fn icon(file: &File) -> char {
95
97
"mustache" => '\u{e60f}' ,
96
98
"npmignore" => '\u{e71e}' ,
97
99
"pdf" => '\u{f1c1}' ,
100
+ "djvu" => '\u{f02d}' ,
101
+ "mobi" => '\u{f02d}' ,
98
102
"php" => '\u{e73d}' ,
99
103
"pl" => '\u{e769}' ,
100
104
"ppt" => '\u{f1c4}' ,
105
+ "pptx" => '\u{f1c4}' ,
106
+ "odp" => '\u{f1c4}' ,
101
107
"psd" => '\u{e7b8}' ,
102
108
"py" => '\u{e606}' ,
103
109
"r" => '\u{f25d}' ,
104
110
"rb" => '\u{e21e}' ,
111
+ "ru" => '\u{e21e}' ,
112
+ "erb" => '\u{e21e}' ,
113
+ "gem" => '\u{e21e}' ,
105
114
"rdb" => '\u{e76d}' ,
106
115
"rs" => '\u{e7a8}' ,
107
116
"rss" => '\u{f09e}' ,
108
117
"rubydoc" => '\u{e73b}' ,
109
- "sass" => '\u{e603}' ,
118
+ "sass" => '\u{e74b}' ,
119
+ "stylus" => '\u{e759}' ,
110
120
"scala" => '\u{e737}' ,
111
121
"shell" => '\u{f489}' ,
112
122
"sqlite3" => '\u{e7c4}' ,
113
123
"styl" => '\u{e600}' ,
124
+ "latex" => '\u{e600}' ,
114
125
"tex" => '\u{e600}' ,
115
126
"ts" => '\u{e628}' ,
116
127
"tsx" => '\u{e628}' ,
@@ -120,19 +131,40 @@ fn icon(file: &File) -> char {
120
131
"vim" => '\u{e62b}' ,
121
132
"xml" => '\u{e619}' ,
122
133
"yml" => '\u{f481}' ,
134
+ "yaml" => '\u{f481}' ,
135
+ "rar" => '\u{f410}' ,
123
136
"zip" => '\u{f410}' ,
137
+ "bz" => '\u{f410}' ,
138
+ "bz2" => '\u{f410}' ,
139
+ "xz" => '\u{f410}' ,
140
+ "taz" => '\u{f410}' ,
141
+ "tbz" => '\u{f410}' ,
142
+ "tbz2" => '\u{f410}' ,
143
+ "tz" => '\u{f410}' ,
144
+ "tar" => '\u{f410}' ,
145
+ "tzo" => '\u{f410}' ,
146
+ "lz" => '\u{f410}' ,
147
+ "lzh" => '\u{f410}' ,
148
+ "lzma" => '\u{f410}' ,
149
+ "lzo" => '\u{f410}' ,
150
+ "gz" => '\u{f410}' ,
124
151
"deb" => '\u{e77d}' ,
125
152
"rpm" => '\u{e7bb}' ,
126
153
"exe" => '\u{e70f}' ,
127
154
"msi" => '\u{e70f}' ,
128
155
"dll" => '\u{e70f}' ,
156
+ "cab" => '\u{e70f}' ,
157
+ "bat" => '\u{e70f}' ,
158
+ "cmd" => '\u{e70f}' ,
129
159
"sh" => '\u{e795}' ,
130
160
"bash" => '\u{e795}' ,
131
161
"zsh" => '\u{e795}' ,
132
162
"fish" => '\u{e795}' ,
133
163
"csh" => '\u{e795}' ,
134
164
"ini" => '\u{e615}' ,
135
165
"toml" => '\u{e615}' ,
166
+ "cfg" => '\u{e615}' ,
167
+ "conf" => '\u{e615}' ,
136
168
"apk" => '\u{e70e}' ,
137
169
"ttf" => '\u{f031}' ,
138
170
"woff" => '\u{f031}' ,
@@ -147,8 +179,11 @@ fn icon(file: &File) -> char {
147
179
"sql" => '\u{f1c0}' ,
148
180
"jar" => '\u{e256}' ,
149
181
"jad" => '\u{e256}' ,
182
+ "class" => '\u{e256}' ,
150
183
"war" => '\u{e256}' ,
151
184
"groovy" => '\u{e775}' ,
185
+ "iso" => '\u{e271}' ,
186
+ "lock" => '\u{f023}' ,
152
187
_ => '\u{f15b}'
153
188
}
154
189
} else {
You can’t perform that action at this time.
0 commit comments