Skip to content

Commit cb75976

Browse files
committed
Add .pl file extension.
1 parent b7a2f2a commit cb75976

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var SPECIFICATION_VERSION = '0.2.0';
2020

2121
var defaults = {
2222
excludeFilters: [],
23-
includeFilters: [ '.*\\.(clj|cls|coffee|cpp|cs|dart|erl|exs?|go|groovy|ino?|java|js|litcoffee|lua|p|php?|py|rb|scala|ts|pm)$' ],
23+
includeFilters: [ '.*\\.(clj|cls|coffee|cpp|cs|dart|erl|exs?|go|groovy|ino?|java|js|litcoffee|lua|p|php?|pl|pm|py|rb|scala|ts)$' ],
2424

2525
src: path.join(__dirname, '../example/'),
2626

@@ -53,6 +53,7 @@ var app = {
5353
'.exs' : './languages/ex.js',
5454
'.litcoffee' : './languages/coffee.js',
5555
'.lua' : './languages/lua.js',
56+
'.pl' : './languages/pm.js',
5657
'.pm' : './languages/pm.js',
5758
'.py' : './languages/py.js',
5859
'.rb' : './languages/rb.js',

0 commit comments

Comments
 (0)