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

Merge branch 'wyozi-master'

This commit is contained in:
firezenk 2015-04-02 13:30:55 +02:00
commit f31c290e56

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|\\})\\s*$'
'decreaseIndentPattern': '^\\s*(elseif|else|end,?|\\}\\)?).*$'