Skip to content

Commit 7fc55b7

Browse files
committed
fix: add missing filetypes
1 parent 17cae23 commit 7fc55b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lua/nvim-web-devicons.lua

+8
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ end
105105
local filetypes = {
106106
["apl"] = "apl",
107107
["asm"] = "asm",
108+
["astro"] = "astro",
108109
["avif"] = "avif",
109110
["bash"] = "bash",
110111
["bib"] = "bib",
@@ -154,6 +155,7 @@ local filetypes = {
154155
["eex"] = "eex",
155156
["ejs"] = "ejs",
156157
["elixir"] = "ex",
158+
["elf"] = "elf",
157159
["elm"] = "elm",
158160
["epuppet"] = "epp",
159161
["erlang"] = "erl",
@@ -215,11 +217,13 @@ local filetypes = {
215217
["lock"] = "lock",
216218
["lprolog"] = "sig",
217219
["lua"] = "lua",
220+
["luau"] = "luau",
218221
["make"] = "makefile",
219222
["markdown"] = "markdown",
220223
["material"] = "material",
221224
["mdx"] = "mdx",
222225
["mint"] = "mint",
226+
["mojo"] = "mojo",
223227
["motoko"] = "mo",
224228
["mustache"] = "mustache",
225229
["nim"] = "nim",
@@ -254,6 +258,7 @@ local filetypes = {
254258
["pyd"] = "pyd",
255259
["pyo"] = "pyo",
256260
["python"] = "py",
261+
["qml"] = "qml",
257262
["query"] = "query",
258263
["r"] = "r",
259264
["res"] = "rescript",
@@ -278,6 +283,7 @@ local filetypes = {
278283
["sqlite3"] = "sqlite3",
279284
["srt"] = "srt",
280285
["ssa"] = "ssa",
286+
["stp"] = "stp",
281287
["styl"] = "styl",
282288
["sublime"] = "sublime",
283289
["suo"] = "suo",
@@ -287,9 +293,11 @@ local filetypes = {
287293
["systemverilog"] = "sv",
288294
["tads"] = "t",
289295
["tcl"] = "tcl",
296+
["tf"] = "tf",
290297
["templ"] = "templ",
291298
["terminal"] = "terminal",
292299
["tex"] = "tex",
300+
["tmux"] = "tmux",
293301
["toml"] = "toml",
294302
["tres"] = "tres",
295303
["tscn"] = "tscn",

0 commit comments

Comments
 (0)