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:
parent
bd61a44cd6
commit
4772080733
1 changed files with 1 additions and 0 deletions
|
|
@ -3,3 +3,4 @@
|
||||||
'commentStart': '-- '
|
'commentStart': '-- '
|
||||||
'increaseIndentPattern': '((\\b(else|function|then|do|repeat)\\b((?!\\b(end|until)\\b).)*)|(\\{\\s*))$'
|
'increaseIndentPattern': '((\\b(else|function|then|do|repeat)\\b((?!\\b(end|until)\\b).)*)|(\\{\\s*))$'
|
||||||
'decreaseIndentPattern': '^\\s*((\\b(elseif|else|end|until)\\b)|(\\})|(\\)))'
|
'decreaseIndentPattern': '^\\s*((\\b(elseif|else|end|until)\\b)|(\\})|(\\)))'
|
||||||
|
'foldEndPattern': '^\\s*\\}|^\\s*\\]|^\\s*\\)|^\\s*end$'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue