Skip to content

Commit

Permalink
Add support for .ino files
Browse files Browse the repository at this point in the history
  • Loading branch information
orejuelajd committed Mar 31, 2016
1 parent 06810f8 commit adc66bc
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|exs?|go|groovy|java|js|litcoffee|php?|py|rb|scala|ts|pm)$',
.option('file-filters', { abbr: 'f', 'default': '.*\\.(clj|coffee|cs|dart|erl|exs?|go|groovy|java|js|litcoffee|php|ino?|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 adc66bc

Please sign in to comment.