Skip to content

Commit

Permalink
Merge pull request #218 from ferki/pod
Browse files Browse the repository at this point in the history
Recognize pod files as Perl
  • Loading branch information
peti2001 authored Feb 16, 2023
2 parents 1951d4b + e6c4123 commit f29bf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languagedetection/analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ var fileExtensionMap = map[string][]string{
"Nix": {"nix"},
"Objective-C": {"mm"},
"OpenEdge ABL": {"p", "ab", "w", "i", "x"},
"Perl": {"pl", "pm", "t"},
"Perl": {"pl", "pm", "pod", "t"},
"PHP": {"php"},
"PLSQL": {"pks", "pkb"},
"Protocol Buffer": {"proto"},
Expand Down

0 comments on commit f29bf9e

Please sign in to comment.