diff --git a/lib/languages/lua.js b/lib/languages/lua.js index 4b8d339..8b7fb7e 100644 --- a/lib/languages/lua.js +++ b/lib/languages/lua.js @@ -3,7 +3,7 @@ */ module.exports = { // find document blocks between '--[[' and '--]]' - docBlocksRegExp: /--\[\[\uffff?(.+?)\uffff?(?:\s*)?--\]\]/g, + docBlocksRegExp: /--\[\[\uffff?(.+?)\uffff?(?:\s*)?\]\]/g, // remove not needed ' * ' and tabs at the beginning inlineRegExp: /^(\s*)?(\*)[ ]?/gm };