File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 104
104
-- Map of filetypes -> icon names
105
105
local filetypes = {
106
106
[" apl" ] = " apl" ,
107
+ [" astro" ] = " astro" ,
107
108
[" avif" ] = " avif" ,
108
109
[" bash" ] = " bash" ,
109
110
[" bib" ] = " bib" ,
@@ -153,6 +154,7 @@ local filetypes = {
153
154
[" eex" ] = " eex" ,
154
155
[" ejs" ] = " ejs" ,
155
156
[" elixir" ] = " ex" ,
157
+ [" elf" ] = " elf" ,
156
158
[" elm" ] = " elm" ,
157
159
[" epuppet" ] = " epp" ,
158
160
[" erlang" ] = " erl" ,
@@ -214,11 +216,13 @@ local filetypes = {
214
216
[" lock" ] = " lock" ,
215
217
[" lprolog" ] = " sig" ,
216
218
[" lua" ] = " lua" ,
219
+ [" luau" ] = " luau" ,
217
220
[" make" ] = " makefile" ,
218
221
[" markdown" ] = " markdown" ,
219
222
[" material" ] = " material" ,
220
223
[" mdx" ] = " mdx" ,
221
224
[" mint" ] = " mint" ,
225
+ [" mojo" ] = " mojo" ,
222
226
[" motoko" ] = " mo" ,
223
227
[" mustache" ] = " mustache" ,
224
228
[" nim" ] = " nim" ,
@@ -253,6 +257,7 @@ local filetypes = {
253
257
[" pyd" ] = " pyd" ,
254
258
[" pyo" ] = " pyo" ,
255
259
[" python" ] = " py" ,
260
+ [" qml" ] = " qml" ,
256
261
[" query" ] = " query" ,
257
262
[" r" ] = " r" ,
258
263
[" res" ] = " rescript" ,
@@ -277,6 +282,7 @@ local filetypes = {
277
282
[" sqlite3" ] = " sqlite3" ,
278
283
[" srt" ] = " srt" ,
279
284
[" ssa" ] = " ssa" ,
285
+ [" stp" ] = " stp" ,
280
286
[" styl" ] = " styl" ,
281
287
[" sublime" ] = " sublime" ,
282
288
[" suo" ] = " suo" ,
@@ -286,9 +292,11 @@ local filetypes = {
286
292
[" systemverilog" ] = " sv" ,
287
293
[" tads" ] = " t" ,
288
294
[" tcl" ] = " tcl" ,
295
+ [" tf" ] = " tf" ,
289
296
[" templ" ] = " templ" ,
290
297
[" terminal" ] = " terminal" ,
291
298
[" tex" ] = " tex" ,
299
+ [" tmux" ] = " tmux" ,
292
300
[" toml" ] = " toml" ,
293
301
[" tres" ] = " tres" ,
294
302
[" tscn" ] = " tscn" ,
You can’t perform that action at this time.
0 commit comments