summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcab-1729 <60106638+cab-1729@users.noreply.github.com>2022-06-17 16:44:39 +0530
committerGitHub <noreply@github.com>2022-06-17 16:44:39 +0530
commit954462634a8855113d765e9e23f3fae7a4734f85 (patch)
treefdf24dd5c05618e084926c843a9f4cd178ae8223
parent8ad8b3357314ee743785902d8d9bc795c044ee29 (diff)
Added icons for .pm similar to .pl
-rw-r--r--src/output/icons.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/output/icons.rs b/src/output/icons.rs
index 30ffdfc..ad5bcaa 100644
--- a/src/output/icons.rs
+++ b/src/output/icons.rs
@@ -272,6 +272,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
"pdf" => '\u{f1c1}', // 
"php" => '\u{e73d}', // 
"pl" => '\u{e769}', // 
+ "pm" => '\u{e769}', // 
"png" => '\u{f1c5}', // 
"ppt" => '\u{f1c4}', // 
"pptx" => '\u{f1c4}', // 