Skip to content

Commit

Permalink
Added scala file extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed May 7, 2015
1 parent 4a24d42 commit 02a4f5b
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|coffee|cs|dart|erl|go|java|js|php?|py|rb|ts|pm)$',
.option('file-filters', { abbr: 'f', 'default': '.*\\.(clj|coffee|cs|dart|erl|go|java|js|php?|py|rb|scala|ts|pm)$',
list: true,
help: 'RegEx-Filter to select files that should be parsed (multiple -f can be used).' })

Expand Down

0 comments on commit 02a4f5b

Please sign in to comment.