We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a2f2a commit cb75976Copy full SHA for cb75976
lib/index.js
@@ -20,7 +20,7 @@ var SPECIFICATION_VERSION = '0.2.0';
20
21
var defaults = {
22
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)$' ],
+ includeFilters: [ '.*\\.(clj|cls|coffee|cpp|cs|dart|erl|exs?|go|groovy|ino?|java|js|litcoffee|lua|p|php?|pl|pm|py|rb|scala|ts)$' ],
24
25
src: path.join(__dirname, '../example/'),
26
@@ -53,6 +53,7 @@ var app = {
53
'.exs' : './languages/ex.js',
54
'.litcoffee' : './languages/coffee.js',
55
'.lua' : './languages/lua.js',
56
+ '.pl' : './languages/pm.js',
57
'.pm' : './languages/pm.js',
58
'.py' : './languages/py.js',
59
'.rb' : './languages/rb.js',
0 commit comments