mirror of
https://github.com/Reuh/language-candran.git
synced 2025-10-27 20:29:31 +00:00
Renamed settings directory
This commit is contained in:
parent
d1bbd1805c
commit
1c5982d172
2 changed files with 1 additions and 1 deletions
5
settings/language-lua.cson
Normal file
5
settings/language-lua.cson
Normal file
|
|
@ -0,0 +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