Skip to content

Commit 55e956f

Browse files
feat: add build.zig.zon (#395)
ziglang/zig#14290 Co-authored-by: Alexander Courtis <[email protected]>
1 parent 313d9e7 commit 55e956f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,12 @@ local icons_by_filename = {
389389
cterm_color = "113",
390390
name = "BazelWorkspace",
391391
},
392+
["build.zig.zon"] = {
393+
icon = "",
394+
color = "#f69a1b",
395+
cterm_color = "172",
396+
name = "Zig Object Notation",
397+
},
392398
}
393399

394400
local icons_by_file_extension = {

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,12 @@ local icons_by_filename = {
389389
cterm_color = "22",
390390
name = "BazelWorkspace",
391391
},
392+
["build.zig.zon"] = {
393+
icon = "",
394+
color = "#7b4d0e",
395+
cterm_color = "94",
396+
name = "Zig Object Notation",
397+
},
392398
}
393399

394400
local icons_by_file_extension = {

0 commit comments

Comments
 (0)