Skip to content

Commit 592261d

Browse files
committed
Adds support for Progress ABL / OpenEdge .p and .cls -files by default. #495
1 parent d23c73c commit 592261d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var SPECIFICATION_VERSION = '0.2.0';
2020

2121
var defaults = {
2222
excludeFilters: [],
23-
includeFilters: [ '.*\\.(clj|coffee|cpp|cs|dart|erl|exs?|go|groovy|ino?|java|js|litcoffee|lua|php?|py|rb|scala|ts|pm)$' ],
23+
includeFilters: [ '.*\\.(clj|cls|coffee|cpp|cs|dart|erl|exs?|go|groovy|ino?|java|js|litcoffee|lua|p|php?|py|rb|scala|ts|pm)$' ],
2424

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

0 commit comments

Comments
 (0)