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 committed Jan 5, 2025
1 parent bea5b28 commit 5ebfd90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,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 @@ -557,6 +558,7 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! {
"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 @@ -725,6 +727,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 5ebfd90

Please sign in to comment.