diff --git a/lib/main.coffee b/lib/main.coffee index 10c5107..0a061eb 100644 --- a/lib/main.coffee +++ b/lib/main.coffee @@ -9,7 +9,7 @@ module.exports = title: 'Autoactivated file extensions' description: 'list of file extenstions which should have the wordcount plugin enabled' type: 'array' - default: [ 'md', 'markdown', 'readme', 'txt', 'rst', 'adoc' ] + default: [ 'md', 'markdown', 'readme', 'txt', 'rst', 'adoc', 'log', 'msg' ] items: type: 'string' order: 1