Forked from albertxing/Indentation Rules.tmPreferences
Created
November 10, 2013 22:55
-
-
Save mambocab/7405045 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>Indentation Rules</string> | |
<key>scope</key> | |
<string>text.tex, sources.bib</string> | |
<key>settings</key> | |
<dict> | |
<key>decreaseIndentPattern</key> | |
<string>(?x) | |
^\s*\\end\{[^\{\}]+\}.*$ | |
| ^\s*\\\].*$ | |
| ^\s*\}.* | |
| ^\s*\%.*\(end\).*$ | |
</string> | |
<key>increaseIndentPattern</key> | |
<string>(?x) | |
^\s*\\begin\{(?!document)[^\{\}]+\}(\{.*\}|\[.*\])*$ | |
| ^.*\\\[\s*$ | |
| ^.*\\(.+)\{$ | |
</string> | |
</dict> | |
<key>uuid</key> | |
<string>02EB44C6-9203-4F4C-BFCB-7E3360B12842</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Changes from albertxing's original: