Skip to content

Commit

Permalink
Merge pull request #1076 from cab-1729/master
Browse files Browse the repository at this point in the history
Use Perl icon for .pm and other Perl extensions
  • Loading branch information
ariasuni authored Jul 16, 2022
2 parents 8ad8b33 + a65c52d commit 7e4944c
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 @@ -272,7 +272,10 @@ pub fn icon_for_file(file: &File<'_>) -> char {
"pdf" => '\u{f1c1}', // 
"php" => '\u{e73d}', // 
"pl" => '\u{e769}', // 
"plx" => '\u{e769}', // 
"pm" => '\u{e769}', // 
"png" => '\u{f1c5}', // 
"pod" => '\u{e769}', // 
"ppt" => '\u{f1c4}', // 
"pptx" => '\u{f1c4}', // 
"procfile" => '\u{e21e}', // 
Expand Down Expand Up @@ -318,6 +321,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
"stylus" => '\u{e600}', // 
"svg" => '\u{f1c5}', // 
"swift" => '\u{e755}', // 
"t" => '\u{e769}', // 
"tar" => '\u{f410}', // 
"taz" => '\u{f410}', // 
"tbz" => '\u{f410}', // 
Expand Down

0 comments on commit 7e4944c

Please sign in to comment.