From ace462f157dd36346ebb87ab6704c3e3a4683f00 Mon Sep 17 00:00:00 2001 From: segfault-enjoyer <103898002+segfault-enjoyer@users.noreply.github.com> Date: Wed, 21 Aug 2024 19:23:52 +0200 Subject: [PATCH] Add .zon (zig object notation) files to icon.rs https://github.com/ziglang/zig/issues/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 --- src/theme/icon.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/theme/icon.rs b/src/theme/icon.rs index 942dec7ae..d2db2ad20 100644 --- a/src/theme/icon.rs +++ b/src/theme/icon.rs @@ -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}"), // ""