mirror of
https://github.com/Reuh/language-candran.git
synced 2025-10-27 20:29:31 +00:00
Fix for block commenting using wrong delimiters
This commit is contained in:
parent
e36b3cf189
commit
6dca6043cb
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
'.source.lua':
|
||||
'editor':
|
||||
'commentStart': '-- '
|
||||
'increaseIndentPattern': '\\b(else|elseif|(local\\s+)?function|then|do|repeat)\\b((?!end).)*$|\\{\\s*$'
|
||||
'decreaseIndentPattern': '^\\s*(elseif|else|end|\\})\\s*$'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue