Skip to content

Commit 53820e3

Browse files
committed
fix: add missing filetypes
1 parent 23e4982 commit 53820e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lua/nvim-web-devicons.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ end
104104
-- Map of filetypes -> icon names
105105
local filetypes = {
106106
["apl"] = "apl",
107+
["astro"] = "astro",
107108
["avif"] = "avif",
108109
["bash"] = "bash",
109110
["bib"] = "bib",
@@ -153,6 +154,7 @@ local filetypes = {
153154
["eex"] = "eex",
154155
["ejs"] = "ejs",
155156
["elixir"] = "ex",
157+
["elf"] = "elf",
156158
["elm"] = "elm",
157159
["epuppet"] = "epp",
158160
["erlang"] = "erl",
@@ -214,11 +216,13 @@ local filetypes = {
214216
["lock"] = "lock",
215217
["lprolog"] = "sig",
216218
["lua"] = "lua",
219+
["luau"] = "luau",
217220
["make"] = "makefile",
218221
["markdown"] = "markdown",
219222
["material"] = "material",
220223
["mdx"] = "mdx",
221224
["mint"] = "mint",
225+
["mojo"] = "mojo",
222226
["motoko"] = "mo",
223227
["mustache"] = "mustache",
224228
["nim"] = "nim",
@@ -253,6 +257,7 @@ local filetypes = {
253257
["pyd"] = "pyd",
254258
["pyo"] = "pyo",
255259
["python"] = "py",
260+
["qml"] = "qml",
256261
["query"] = "query",
257262
["r"] = "r",
258263
["res"] = "rescript",
@@ -277,6 +282,7 @@ local filetypes = {
277282
["sqlite3"] = "sqlite3",
278283
["srt"] = "srt",
279284
["ssa"] = "ssa",
285+
["stp"] = "stp",
280286
["styl"] = "styl",
281287
["sublime"] = "sublime",
282288
["suo"] = "suo",
@@ -286,9 +292,11 @@ local filetypes = {
286292
["systemverilog"] = "sv",
287293
["tads"] = "t",
288294
["tcl"] = "tcl",
295+
["tf"] = "tf",
289296
["templ"] = "templ",
290297
["terminal"] = "terminal",
291298
["tex"] = "tex",
299+
["tmux"] = "tmux",
292300
["toml"] = "toml",
293301
["tres"] = "tres",
294302
["tscn"] = "tscn",

0 commit comments

Comments
 (0)