Skip to content

Commit ab4cfee

Browse files
feat: add bun.lock icon (#563)
* chore: Add bun.lock icon Bun has recently added a text lock file called `bun.lock`, and its now the default for new bun projects. Probably a good idea to add an icon for it too. * generate light, sort --------- Co-authored-by: Alexander Courtis <[email protected]>
1 parent 1020869 commit ab4cfee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ return {
6969
["build"] = { icon = "", color = "#89E051", cterm_color = "113", name = "BazelBuild" },
7070
["build.gradle"] = { icon = "", color = "#005F87", cterm_color = "24", name = "GradleBuildScript" },
7171
["build.zig.zon"] = { icon = "", color = "#F69A1B", cterm_color = "172", name = "ZigObjectNotation" },
72+
["bun.lock"] = { icon = "", color = "#EADCD1", cterm_color = "253", name = "BunLockfile" },
7273
["bun.lockb"] = { icon = "", color = "#EADCD1", cterm_color = "253", name = "BunLockfile" },
7374
["cantorrc"] = { icon = "", color = "#1C99F3", cterm_color = "32", name = "Cantorrc" },
7475
["checkhealth"] = { icon = "󰓙", color = "#75B4FB", cterm_color = "75", name = "Checkhealth" },

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

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

0 commit comments

Comments
 (0)