From 6dca6043cbe115478020283a0cff6ba736bad71a Mon Sep 17 00:00:00 2001 From: James Gregory Date: Fri, 14 Mar 2014 18:42:51 +1100 Subject: [PATCH] Fix for block commenting using wrong delimiters --- scoped-properties/language-lua.cson | 1 + 1 file changed, 1 insertion(+) diff --git a/scoped-properties/language-lua.cson b/scoped-properties/language-lua.cson index 72000f5..b59cf74 100644 --- a/scoped-properties/language-lua.cson +++ b/scoped-properties/language-lua.cson @@ -1,4 +1,5 @@ '.source.lua': 'editor': + 'commentStart': '-- ' 'increaseIndentPattern': '\\b(else|elseif|(local\\s+)?function|then|do|repeat)\\b((?!end).)*$|\\{\\s*$' 'decreaseIndentPattern': '^\\s*(elseif|else|end|\\})\\s*$'