/Preferences/Indent.tmPreferences
http://github.com/osadchuk/Corona-SDK.tmbundle · Unknown · 19 lines · 19 code · 0 blank · 0 comment · 0 complexity · e50c069b033e9d6bc6db26b64cabe94a MD5 · raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>name</key>
- <string>Indent</string>
- <key>scope</key>
- <string>source.lua</string>
- <key>settings</key>
- <dict>
- <key>decreaseIndentPattern</key>
- <string>^\s*(elseif.*|else|until.*|end|\}.*)\s*$</string>
- <key>increaseIndentPattern</key>
- <string>^\s*(?!\-\-)\s*(else|do|elseif|for|(local\s+|.*\s)?function|(local.*)?function|if|repeat|while)\b((?!\send\b).)*$|\{\s*$</string>
- </dict>
- <key>uuid</key>
- <string>411468A8-E0AC-415A-9E71-E2BD091EB571</string>
- </dict>
- </plist>