Skip to content

Commit ea5da98

Browse files
MartinFilloncafkafk
authored andcommitted
fix(icons): hi extension icon wasnt working as it was in the wrong aray
1 parent 2b879d0 commit ea5da98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/output/icons.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ const DIRECTORY_ICONS: Map<&'static str, char> = phf_map! {
191191
"Videos" => '\u{f03d}', // 
192192
"xbps.d" => Icons::FOLDER_CONFIG, // 
193193
"xorg.conf.d" => Icons::FOLDER_CONFIG, // 
194-
"hi" => Icons::BINARY, // 
195194
"cabal" => Icons::LANG_HASKELL, // 
196195
};
197196

@@ -671,6 +670,7 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! {
671670
"heif" => Icons::IMAGE, // 
672671
"hex" => '\u{f12a7}', // 󱊧
673672
"hh" => Icons::LANG_CPP, // 
673+
"hi" => Icons::BINARY, // 
674674
"hpp" => Icons::LANG_CPP, // 
675675
"hrl" => '\u{e7b1}', // 
676676
"hs" => Icons::LANG_HASKELL, // 

0 commit comments

Comments
 (0)