1
0
Fork 0
mirror of https://github.com/Reuh/language-candran.git synced 2025-10-27 20:29:31 +00:00

Fix for block commenting using wrong delimiters

This commit is contained in:
James Gregory 2014-03-14 18:42:51 +11:00
parent e36b3cf189
commit 6dca6043cb

View file

@ -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*$'