Skip to content

Commit

Permalink
chore: add library icon for *.a and *.lib
Browse files Browse the repository at this point in the history
bare metal programs also use *.lib and *.a as their static library extension
use linux icon is not appropriate
  • Loading branch information
Freed-Wu committed Jan 5, 2025
1 parent 32743a3 commit 630d68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! {
"3gpp2" => Icons::VIDEO, // 
"3mf" => Icons::FILE_3D, // 󰆧
"7z" => Icons::COMPRESSED, // 
"a" => Icons::OS_LINUX, //
"a" => Icons::LIBRARY, //
"aac" => Icons::AUDIO, // 
"acf" => '\u{f1b6}', // 
"age" => Icons::SHIELD_LOCK, // 󰦝
Expand Down Expand Up @@ -540,7 +540,7 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! {
"diff" => Icons::DIFF, // 
"djv" => Icons::DOCUMENT, // 
"djvu" => Icons::DOCUMENT, // 
"dll" => Icons::LIBRARY, //
"dll" => Icons::OS_WINDOWS, //
"dmg" => Icons::DISK_IMAGE, // 
"doc" => Icons::DOCUMENT, // 
"docm" => Icons::DOCUMENT, // 
Expand Down

0 comments on commit 630d68e

Please sign in to comment.