From 05565fe8866cfe3b856b8c93c842c966a0548c5d Mon Sep 17 00:00:00 2001 From: sachin senal <127573781+sachinsenal0x64@users.noreply.github.com> Date: Thu, 9 May 2024 08:13:07 +0200 Subject: [PATCH] feat: add templ icon Signed-off-by: sachin senal <127573781+sachinsenal0x64@users.noreply.github.com> --- src/output/icons.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/output/icons.rs b/src/output/icons.rs index 2de91b4ce..97a4e5e21 100644 --- a/src/output/icons.rs +++ b/src/output/icons.rs @@ -764,6 +764,7 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! { "txz" => Icons::COMPRESSED, //  "tz" => Icons::COMPRESSED, //  "tzo" => Icons::COMPRESSED, //  + "templ" => '\u{f121}', //  "unity" => Icons::UNITY, //  "unity3d" => Icons::UNITY, //  "v" => Icons::LANG_V, // 