mirror of
https://github.com/Reuh/language-candran.git
synced 2025-10-27 20:29:31 +00:00
5 lines
224 B
Text
5 lines
224 B
Text
'.source.lua':
|
|
'editor':
|
|
'commentStart': '-- '
|
|
'increaseIndentPattern': '\\b(else|elseif|(local\\s+)?function|then|do|repeat)\\b((?!end).)*$|\\{\\s*$'
|
|
'decreaseIndentPattern': '^\\s*(elseif|else|end|\\})\\s*$'
|