diff --git a/src/languages/html.coffee b/src/languages/html.coffee index fb93332..8ced3b7 100644 --- a/src/languages/html.coffee +++ b/src/languages/html.coffee @@ -82,5 +82,11 @@ module.exports = { type: 'boolean' default: false description: "End output with newline" + extra_liners: + type: 'array' + default: ['head', 'body', '/html'] + items: + type: 'string' + description: "List of tags (defaults to [head,body,/html] that should have an extra newline before them." }