Skip to content

Commit

Permalink
feat: add templ icon
Browse files Browse the repository at this point in the history
Signed-off-by: sachin senal <[email protected]>
  • Loading branch information
sachinsenal0x64 authored and MartinFillon committed Sep 24, 2024
1 parent 124cb34 commit b1a33b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,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, // 
Expand Down

0 comments on commit b1a33b2

Please sign in to comment.