Skip to content

feat: add many icons #433

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Apr 9, 2024
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