Skip to content

Commit d0cafff

Browse files
authored
feat: add wrangler file icons (#568)
1 parent ab4cfee commit d0cafff

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lua/nvim-web-devicons/default/icons_by_filename.lua

+2
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ return {
176176
["webpack"] = { icon = "󰜫", color = "#519ABA", cterm_color = "74", name = "Webpack" },
177177
["weston.ini"] = { icon = "", color = "#FFBB01", cterm_color = "214", name = "Weston" },
178178
["workspace"] = { icon = "", color = "#89E051", cterm_color = "113", name = "BazelWorkspace" },
179+
["wrangler.jsonc"] = { icon = "", color = "#F48120", cterm_color = "208", name = "WranglerConfig" },
180+
["wrangler.toml"] = { icon = "", color = "#F48120", cterm_color = "208", name = "WranglerConfig" },
179181
["xmobarrc"] = { icon = "", color = "#FD4D5D", cterm_color = "203", name = "xmonad" },
180182
["xmobarrc.hs"] = { icon = "", color = "#FD4D5D", cterm_color = "203", name = "xmonad" },
181183
["xmonad.hs"] = { icon = "", color = "#FD4D5D", cterm_color = "203", name = "xmonad" },

lua/nvim-web-devicons/light/icons_by_filename.lua

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)