mirror of
https://github.com/Reuh/language-candran.git
synced 2025-10-27 12:19:30 +00:00
Fix indentation in functions inside tables
This commit is contained in:
parent
d1bbd1805c
commit
3cb6d2e27a
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@
|
||||||
'editor':
|
'editor':
|
||||||
'commentStart': '-- '
|
'commentStart': '-- '
|
||||||
'increaseIndentPattern': '\\b(else|elseif|(local\\s+)?function|then|do|repeat)\\b((?!end).)*$|\\{\\s*$'
|
'increaseIndentPattern': '\\b(else|elseif|(local\\s+)?function|then|do|repeat)\\b((?!end).)*$|\\{\\s*$'
|
||||||
'decreaseIndentPattern': '^\\s*(elseif|else|end|\\})\\s*$'
|
'decreaseIndentPattern': '^\\s*(elseif|else|end,?|\\}\\)?)\\s*$'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue