mirror of
https://github.com/Reuh/sublime-candran.git
synced 2025-10-27 18:19:31 +00:00
18 lines
511 B
Text
Executable file
18 lines
511 B
Text
Executable file
<?xml version="1.0" encoding="UTF-8"?>
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Indent</string>
|
|
<key>scope</key>
|
|
<string>source.candran</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>decreaseIndentPattern</key>
|
|
<string>^\s*(elseif|else|end|\})\s*$</string>
|
|
<key>increaseIndentPattern</key>
|
|
<string>^.*\b(else|elseif|for|(local\s+)?function|if|repeat|until|while)\b((?!end).)*$|\{\s*$|^.*(\s|,|=):?\([^\(]*\)\s*$</string>
|
|
<key>indentSquareBrackets</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|