Skip to content

Commit

Permalink
Add support for lua files.
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed Apr 20, 2016
1 parent 2a2c05f commit 6d22b31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/apidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* apidoc
* http://apidocjs.com
*
* Copyright (c) 2013-2015 inveris OHG
* Copyright (c) 2013-2016 inveris OHG
* Author Peter Rottmann <[email protected]>
* Licensed under the MIT license.
*/
Expand All @@ -16,7 +16,7 @@ var nomnom = require('nomnom');
var apidoc = require('../lib/index');

var argv = nomnom
.option('file-filters', { abbr: 'f', 'default': '.*\\.(clj|coffee|cpp|cs|dart|erl|exs?|go|groovy|ino?|java|js|litcoffee|php|py|rb|scala|ts|pm)$',
.option('file-filters', { abbr: 'f', 'default': '.*\\.(clj|coffee|cpp|cs|dart|erl|exs?|go|groovy|ino?|java|js|litcoffee|lua|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 6d22b31

Please sign in to comment.