Skip to content

Commit

Permalink
Add .jsx and .vue support.
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed Jan 13, 2017
1 parent 0a94d64 commit 72efe3f
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
Expand Up @@ -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|p|php?|pl|pm|py|rb|scala|ts)$',
.option('file-filters', { abbr: 'f', 'default': '.*\\.(clj|cls|coffee|cpp|cs|dart|erl|exs?|go|groovy|ino?|java|js|jsx|litcoffee|lua|p|php?|pl|pm|py|rb|scala|ts|vue)$',
list: true,
help: 'RegEx-Filter to select files that should be parsed (multiple -f can be used).' })

Expand Down

0 comments on commit 72efe3f

Please sign in to comment.