Skip to content

Commit 7f30f2d

Browse files
authored
fix: remove space in zig object notation hl group (#397)
1 parent 55e956f commit 7f30f2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: lua/nvim-web-devicons/icons-default.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ local icons_by_filename = {
393393
icon = "",
394394
color = "#f69a1b",
395395
cterm_color = "172",
396-
name = "Zig Object Notation",
396+
name = "ZigObjectNotation",
397397
},
398398
}
399399

Diff for: lua/nvim-web-devicons/icons-light.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ local icons_by_filename = {
393393
icon = "",
394394
color = "#7b4d0e",
395395
cterm_color = "94",
396-
name = "Zig Object Notation",
396+
name = "ZigObjectNotation",
397397
},
398398
}
399399

0 commit comments

Comments
 (0)