Skip to content

Commit

Permalink
Merge pull request apidoc#617 from Krotki/patch-1
Browse files Browse the repository at this point in the history
Add kotlin to default file-filters
  • Loading branch information
rottmann authored May 19, 2017
2 parents a071b17 + ee2a720 commit 73ee29c
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|jsx|litcoffee|lua|p|php?|pl|pm|py|rb|scala|ts|vue)$',
.option('file-filters', { abbr: 'f', 'default': '.*\\.(clj|cls|coffee|cpp|cs|dart|erl|exs?|go|groovy|ino?|java|js|jsx|kt|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 73ee29c

Please sign in to comment.