瀏覽代碼

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 1 年之前
父節點
當前提交
20392a596b
共有 1 個文件被更改,包括 2 次插入0 次删除
  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,      // 󰦝