Skip to content

Commit

Permalink
chore: add icon for *.hrl
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu authored and cafkafk committed Feb 14, 2025
1 parent 52d2b8d commit ca55181
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 @@ -657,6 +657,7 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! {
"hex" => '\u{f12a7}', // 󱊧
"hh" => Icons::LANG_CPP, // 
"hpp" => Icons::LANG_CPP, // 
"hrl" => '\u{e7b1}', // 
"hs" => Icons::LANG_HASKELL, // 
"htm" => Icons::HTML5, // 
"html" => Icons::HTML5, // 
Expand Down

0 comments on commit ca55181

Please sign in to comment.