Skip to content

Commit 01819fd

Browse files
committed
Added litcoffee file extension.
1 parent 02a4f5b commit 01819fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/apidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var nomnom = require('nomnom');
1616
var apidoc = require('../lib/index');
1717

1818
var argv = nomnom
19-
.option('file-filters', { abbr: 'f', 'default': '.*\\.(clj|coffee|cs|dart|erl|go|java|js|php?|py|rb|scala|ts|pm)$',
19+
.option('file-filters', { abbr: 'f', 'default': '.*\\.(clj|coffee|cs|dart|erl|go|java|js|litcoffee|php?|py|rb|scala|ts|pm)$',
2020
list: true,
2121
help: 'RegEx-Filter to select files that should be parsed (multiple -f can be used).' })
2222

0 commit comments

Comments
 (0)