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 d23c73c commit 592261dCopy full SHA for 592261d
lib/index.js
@@ -20,7 +20,7 @@ var SPECIFICATION_VERSION = '0.2.0';
20
21
var defaults = {
22
excludeFilters: [],
23
- includeFilters: [ '.*\\.(clj|coffee|cpp|cs|dart|erl|exs?|go|groovy|ino?|java|js|litcoffee|lua|php?|py|rb|scala|ts|pm)$' ],
+ includeFilters: [ '.*\\.(clj|cls|coffee|cpp|cs|dart|erl|exs?|go|groovy|ino?|java|js|litcoffee|lua|p|php?|py|rb|scala|ts|pm)$' ],
24
25
src: path.join(__dirname, '../example/'),
26
0 commit comments