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

Merge branch 'master' of https://github.com/wyozi/language-lua into wyozi-master

This commit is contained in:
firezenk 2015-04-02 13:30:28 +02:00
commit 1db2f1a016

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,?|\\}\\)?).*$'