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

Added code folding

This commit is contained in:
Chrolo 2017-01-31 03:55:02 +00:00 committed by GitHub
parent bd61a44cd6
commit 4772080733

View file

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