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

Merge pull request #2 from jagregory/comments

Fix for block commenting using wrong delimiters
This commit is contained in:
Jorge Garrido 2014-03-17 14:39:10 +01:00
commit 42c8295740

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