Skip to content

Commit

Permalink
chore: add elixir icon for *.eex, *.leex and mix.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu authored and cafkafk committed Feb 14, 2025
1 parent 242a89e commit e252ec6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ const FILENAME_ICONS: Map<&'static str, char> = phf_map! {
"Makefile.in" => Icons::MAKE, // 
"MANIFEST" => Icons::LANG_PYTHON, // 
"MANIFEST.in" => Icons::LANG_PYTHON, // 
"mix.lock" => Icons::LANG_ELIXIR, // 
"mpv.conf" => '\u{f36e}', // 
"npm-shrinkwrap.json" => Icons::NPM, // 
"npmrc" => Icons::NPM, // 
Expand Down Expand Up @@ -563,6 +564,8 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! {
"dylib" => Icons::OS_APPLE, // 
"ebook" => Icons::BOOK, // 
"ebuild" => '\u{f30d}', // 
"editorconfig" => '\u{e652}', // 
"eex" => Icons::LANG_ELIXIR, // 
"ejs" => '\u{e618}', // 
"el" => Icons::EMACS, // 
"elc" => Icons::EMACS, // 
Expand Down Expand Up @@ -732,6 +735,7 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! {
"lbr" => Icons::LIBRARY, // 
"lck" => Icons::LOCK, // 
"ldb" => Icons::DATABASE, // 
"leex" => Icons::LANG_ELIXIR, // 
"less" => '\u{e758}', // 
"lff" => Icons::FONT, // 
"lhs" => Icons::LANG_HASKELL, // 
Expand Down

0 comments on commit e252ec6

Please sign in to comment.