Kingdaro

Lua/Indent.tmPreferences

Mar 6th, 2013
577
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.74 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.    <key>name</key>
  6.    <string>Indent</string>
  7.    <key>scope</key>
  8.    <string>source.lua</string>
  9.    <key>settings</key>
  10.    <dict>
  11.       <key>increaseIndentPattern</key>
  12.       <string>(?x)
  13.       ^ .* \{ [^}"']* $
  14.    |   ^ \s*(do|else|elseif|for|(local\s+|local\s+\w\s*=\s*)?function|if|repeat|until|while)\b((?!end).)*$</string>
  15.       <key>decreaseIndentPattern</key>
  16.       <string>(?x)
  17.          ^ (.*\*/)? \s* \} .* $
  18.       |   ^ \s*(elseif|else|end)\s*$</string>
  19.  
  20.    </dict>
  21.    <key>uuid</key>
  22.    <string>411468A8-E0AC-415A-9E71-E2BD091EB571</string>
  23. </dict>
  24. </plist>
Advertisement
Add Comment
Please, Sign In to add comment