Skip to content

Commit

Permalink
Add .pl file extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed Jan 13, 2017
1 parent b7a2f2a commit cb75976
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var SPECIFICATION_VERSION = '0.2.0';

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

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

Expand Down Expand Up @@ -53,6 +53,7 @@ var app = {
'.exs' : './languages/ex.js',
'.litcoffee' : './languages/coffee.js',
'.lua' : './languages/lua.js',
'.pl' : './languages/pm.js',
'.pm' : './languages/pm.js',
'.py' : './languages/py.js',
'.rb' : './languages/rb.js',
Expand Down

0 comments on commit cb75976

Please sign in to comment.