Skip to content

Commit f29bf9e

Browse files
authored
Merge pull request #218 from ferki/pod
Recognize pod files as Perl
2 parents 1951d4b + e6c4123 commit f29bf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languagedetection/analyzer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ var fileExtensionMap = map[string][]string{
158158
"Nix": {"nix"},
159159
"Objective-C": {"mm"},
160160
"OpenEdge ABL": {"p", "ab", "w", "i", "x"},
161-
"Perl": {"pl", "pm", "t"},
161+
"Perl": {"pl", "pm", "pod", "t"},
162162
"PHP": {"php"},
163163
"PLSQL": {"pks", "pkb"},
164164
"Protocol Buffer": {"proto"},

0 commit comments

Comments
 (0)