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 a63f058 commit cf6a86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var SPECIFICATION_VERSION = '0.2.0';

var defaults = {
excludeFilters: [],
includeFilters: [ '.*\\.(clj|coffee|cs|dart|erl|go|java|js|php?|py|rb|ts|pm)$' ],
includeFilters: [ '.*\\.(clj|coffee|cs|dart|erl|go|java|js|php?|py|rb|scala|ts|pm)$' ],

src: path.join(__dirname, '../example/'),

Expand Down

0 comments on commit cf6a86d

Please sign in to comment.