Skip to content

Commit cd96ec5

Browse files
authored
fix: add missing filetype mappings (#604)
1 parent 4ae47f4 commit cd96ec5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/nvim-web-devicons/filetypes.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ return {
4848
["drools"] = "drl",
4949
["dropbox"] = "dropbox",
5050
["dump"] = "dump",
51+
["editorconfig"] = ".editorconfig",
5152
["eex"] = "eex",
5253
["ejs"] = "ejs",
5354
["elf"] = "elf",
@@ -89,6 +90,7 @@ return {
8990
["heex"] = "heex",
9091
["hex"] = "hex",
9192
["html"] = "html",
93+
["http"] = "http",
9294
["hyprlang"] = "hyprland",
9395
["ico"] = "ico",
9496
["idlang"] = "pro",

0 commit comments

Comments
 (0)