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