mirror of
https://github.com/kennethreitz-archive/kJS.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
Copying JavaScript to review
git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@8600 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
This commit is contained in:
@@ -9,9 +9,11 @@
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>decreaseIndentPattern</key>
|
||||
<string>^(.*\*/)?\s*(\}|\))([^{]*\{)?([;,]?\s*|\.[^{]*|\s*\)[;\s]*)$</string>
|
||||
<string>^((.*\*/)?\s*(\}|\))([^{]*\{)?([;,]?\s*|\.[^{]*|\s*\)[;\s]*)$|\s*[}]while.*$)</string>
|
||||
<key>increaseIndentPattern</key>
|
||||
<string>^.*(\{[^}"']*|\([^)"']*)$</string>
|
||||
<string>^(\/(?!\/)|[^\/])*((\{[^}"']*|\([^)"']*)|\=\s*)$</string>
|
||||
<key>indentNextLinePattern</key>
|
||||
<string>^\s*((if|while|for|switch|else if).*[)]|else)\s*$</string>
|
||||
</dict>
|
||||
<key>uuid</key>
|
||||
<string>BC062860-3346-4D3B-8421-C5543F83D11F</string>
|
||||
|
||||
Reference in New Issue
Block a user