Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?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>increaseIndentPattern</key>
- <string>(?x)
- ^ .* \{ [^}"']* $
- | ^ \s*(do|else|elseif|for|(local\s+|local\s+\w\s*=\s*)?function|if|repeat|until|while)\b((?!end).)*$</string>
- <key>decreaseIndentPattern</key>
- <string>(?x)
- ^ (.*\*/)? \s* \} .* $
- | ^ \s*(elseif|else|end)\s*$</string>
- </dict>
- <key>uuid</key>
- <string>411468A8-E0AC-415A-9E71-E2BD091EB571</string>
- </dict>
- </plist>
Advertisement
Add Comment
Please, Sign In to add comment