mirror of
https://github.com/Reuh/language-candran.git
synced 2025-10-28 04:39:31 +00:00
Initial commit
This commit is contained in:
commit
fa28108235
7 changed files with 228 additions and 0 deletions
4
scoped-properties/language-lua.cson
Normal file
4
scoped-properties/language-lua.cson
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
'.source.lua':
|
||||
'editor':
|
||||
'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