From 20392a596b1ddd44c19b24994297b7921f017d9d Mon Sep 17 00:00:00 2001 From: Raphael Bobillot Date: Fri, 6 Dec 2024 19:21:57 +0100 Subject: [PATCH] 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) --- src/output/icons.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/output/icons.rs b/src/output/icons.rs index 9fde55507..ef24db542 100644 --- a/src/output/icons.rs +++ b/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, // 󰦝