add .pm to Perl extensions (#66)

This commit is contained in:
Xavier Payn 2016-09-21 11:18:52 +02:00 committed by Aaron Power
parent c9ca419b71
commit 0b7a2493b6

View file

@ -350,6 +350,7 @@ impl LanguageType {
"pas" => Some(Pascal),
"php" => Some(Php),
"pl" => Some(Perl),
"pm" => Some(Perl),
"qcl" => Some(Qcl),
"text" | "txt" => Some(Text),
"polly" => Some(Polly),