1
0
Fork 0
mirror of https://github.com/Reuh/language-candran.git synced 2025-10-27 12:19:30 +00:00

Fix decrease indent on repeat until loop

This commit is contained in:
Rochet2 2015-04-19 18:35:43 +03:00
parent bc0ddc02b6
commit 23366384ae

View file

@ -2,4 +2,4 @@
'editor':
'commentStart': '-- '
'increaseIndentPattern': '\\b(else|elseif|(local\\s+)?function|then|do|repeat)\\b((?!end).)*$|\\{\\s*$'
'decreaseIndentPattern': '^\\s*(elseif|else|end,?|\\}\\)?).*$'
'decreaseIndentPattern': '^\\s*(elseif|else|end|until,?|\\}\\)?).*$'