Procházet zdrojové kódy

feat(icons): add Gleam lang icon

New glyph from Nerd Font (still present in 3.3.0 release)
 - Add Gleam icon for Gleam source files
   the icon is a basic Smiley Star Glyph, not the official Gleam icon
   (as it doesn't exist in Nerd Fonts for now)
Raphael Bobillot před 1 rokem
rodič
revize
20392a596b
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      src/output/icons.rs

+ 2 - 0
src/output/icons.rs

@@ -64,6 +64,7 @@ impl Icons {
     const LANG_FENNEL: char     = '\u{e6af}';  // 
     const LANG_FORTRAN: char    = '\u{f121a}'; // 󱈚
     const LANG_FSHARP: char     = '\u{e7a7}';  // 
+    const LANG_GLEAM: char      = '\u{f09a5}'; // 󰦥
     const LANG_GO: char         = '\u{e65e}';  // 
     const LANG_GROOVY: char     = '\u{e775}';  // 
     const LANG_HASKELL: char    = '\u{e777}';  // 
@@ -487,6 +488,7 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! {
     "gform"          => '\u{f298}',              // 
     "gif"            => Icons::IMAGE,            // 
     "git"            => Icons::GIT,              // 
+    "gleam"          => Icons::LANG_GLEAM,       // 󰦥
     "go"             => Icons::LANG_GO,          // 
     "godot"          => Icons::GODOT,            // 
     "gpg"            => Icons::SHIELD_LOCK,      // 󰦝