mirror of
https://github.com/Reuh/language-candran.git
synced 2025-10-27 12:19:30 +00:00
Merge pull request #13 from Rochet2/patch-1
Fix decrease indent on repeat until loop
This commit is contained in:
commit
55f1baf1dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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,?|\\}\\)?).*$'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue