Skip to content

Commit

Permalink
Add .zon (zig object notation) files to icon.rs
Browse files Browse the repository at this point in the history
ziglang/zig#14290

This is the official file ending of zon files, at the time of writing this only used to specify dependencies, versions and files of zig packages
  • Loading branch information
XI2vGMst authored and zwpaper committed Sep 28, 2024
1 parent 5b104dc commit ace462f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme/icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ impl IconTheme {
("yml", "\u{e60b}"), // ""
("zip", "\u{f410}"), // ""
("zig", "\u{e6a9}"), // ""
("zon", "\u{e60b}"), // ""
("zshrc", "\u{f489}"), // ""
("zsh-theme", "\u{f489}"), // ""
("zsh", "\u{f489}"), // ""
Expand Down

0 comments on commit ace462f

Please sign in to comment.