Forráskód Böngészése

feat(icons): adding more haskell related icons

As I work on haskell for school I added some files that missed their
icons such as
- .hi files which are binaries that reprensetes types for the compiler
  or binaries that arent supposedto be read for game high scores
- .cabal files that are used to configure cabal projects
MartinFillon 2 éve
szülő
commit
680924d274
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      src/output/icons.rs

+ 2 - 0
src/output/icons.rs

@@ -155,6 +155,8 @@ const DIRECTORY_ICONS: Map<&'static str, char> = phf_map! {
     "Videos"              => '\u{f03d}',            // 
     "xbps.d"              => Icons::FOLDER_CONFIG,  // 
     "xorg.conf.d"         => Icons::FOLDER_CONFIG,  // 
+    "hi"                  => Icons::BINARY,         // 
+    "cabal"               => Icons::LANG_HASKELL,   // 
 };
 
 /// Mapping from full filenames to file icon. This mapping should also contain