Skip to content

Commit

Permalink
feat(icons): add Gleam lang icon
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
rbobillot authored and cafkafk committed Dec 6, 2024
1 parent 0edfa4e commit 20392a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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}'; // 
Expand Down Expand Up @@ -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, // 󰦝
Expand Down

0 comments on commit 20392a5

Please sign in to comment.