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 1e45000 commit 0a94d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/apidoc
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ var nomnom = require('nomnom');
var apidoc = require('../lib/index');

var argv = nomnom
.option('file-filters', { abbr: 'f', 'default': '.*\\.(clj|cls|coffee|cpp|cs|dart|erl|exs?|go|groovy|ino?|java|js|litcoffee|lua|php|p|py|rb|scala|ts|pm)$',
.option('file-filters', { abbr: 'f', 'default': '.*\\.(clj|cls|coffee|cpp|cs|dart|erl|exs?|go|groovy|ino?|java|js|litcoffee|lua|p|php?|pl|pm|py|rb|scala|ts)$',
list: true,
help: 'RegEx-Filter to select files that should be parsed (multiple -f can be used).' })

0 comments on commit 0a94d64

Please sign in to comment.