Skip to content

Commit

Permalink
Added icons for .rmeta and .ino files
Browse files Browse the repository at this point in the history
  • Loading branch information
sandalbanditten committed Jun 1, 2023
1 parent c697d06 commit 70f5d99
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 @@ -205,6 +205,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
"html" => '\u{f13b}', // 
"hxx" => '\u{f0fd}', // 
"ico" => '\u{f1c5}', // 
"ino" => '\u{e61d}', // 
"image" => '\u{f1c5}', // 
"img" => '\u{e271}', // 
"iml" => '\u{e7b5}', // 
Expand Down Expand Up @@ -298,6 +299,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
"readme" => '\u{f48a}', // 
"rlib" => '\u{e7a8}', // 
"rmd" => '\u{f48a}', // 
"rmeta" => '\u{e7a8}', // 
"rpm" => '\u{e7bb}', // 
"rs" => '\u{e7a8}', // 
"rspec" => '\u{e21e}', // 
Expand Down

0 comments on commit 70f5d99

Please sign in to comment.