diff --git a/scoped-properties/language-lua.cson b/scoped-properties/language-lua.cson index 1fb291a..f0b53c0 100644 --- a/scoped-properties/language-lua.cson +++ b/scoped-properties/language-lua.cson @@ -2,4 +2,4 @@ 'editor': 'commentStart': '-- ' 'increaseIndentPattern': '\\b(else|elseif|(local\\s+)?function|then|do|repeat)\\b((?!end).)*$|\\{\\s*$' - 'decreaseIndentPattern': '^\\s*(elseif|else|end,?|\\}\\)?)\\s*$' + 'decreaseIndentPattern': '^\\s*(elseif|else|end,?|\\}\\)?).*$'