Skip to content
9 changes: 9 additions & 0 deletions lua/nvim-web-devicons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ end
-- Map of filetypes -> icon names
local filetypes = {
["avif"] = "avif",
["bash"] = "bash",
["bib"] = "bib",
["bzl"] = "bzl",
["brewfile"] = "brewfile",
["blueprint"] = "blp",
Expand Down Expand Up @@ -89,6 +91,7 @@ local filetypes = {
["dockerfile"] = "dockerfile",
["dosbatch"] = "bat",
["dosini"] = "ini",
["dot"] = "dot",
["drools"] = "drl",
["dropbox"] = "dropbox",
["dump"] = "dump",
Expand Down Expand Up @@ -122,12 +125,14 @@ local filetypes = {
["groovy"] = "groovy",
["gql"] = "gql",
["gruntfile"] = "gruntfile",
["gtkrc"] = "gtkrc",
["gulpfile"] = "gulpfile",
["haml"] = "haml",
["haxe"] = "hx",
["haskell"] = "hs",
["hbs"] = "hbs",
["heex"] = "heex",
["hex"] = "hex",
["html"] = "html",
["ico"] = "ico",
["idlang"] = "pro",
Expand Down Expand Up @@ -172,6 +177,7 @@ local filetypes = {
["nix"] = "nix",
["nu"] = "nu",
["node"] = "node_modules",
["obj"] = "obj",
["ocaml"] = "ml",
["ogg"] = "ogg",
["openscad"] = "scad",
Expand All @@ -183,6 +189,7 @@ local filetypes = {
["php"] = "php",
["plaintex"] = "tex",
["png"] = "png",
["po"] = "po",
["postscr"] = "ai",
["ppt"] = "ppt",
["prisma"] = "prisma",
Expand Down Expand Up @@ -220,6 +227,8 @@ local filetypes = {
["sql"] = "sql",
["sqlite"] = "sqlite",
["sqlite3"] = "sqlite3",
["srt"] = "srt",
["ssa"] = "ssa",
["styl"] = "styl",
["sublime"] = "sublime",
["suo"] = "suo",
Expand Down
Loading