Miscellaneous.tmPreferences (813B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <plist version="1.0"> 3 <dict> 4 <key>name</key> 5 <string>Miscellaneous</string> 6 <key>scope</key> 7 <string>source.python</string> 8 <key>settings</key> 9 <dict> 10 <key>decreaseIndentPattern</key> 11 <string>^\s*(elif|else|except|finally)\b.*:</string> 12 <key>increaseIndentPattern</key> 13 <string>^\s*(class|(\basync\s+)?(def|for|with)|elif|else|except|finally|if|try|while)\b.*:\s*$</string> 14 <key>disableIndentNextLinePattern</key> 15 <string></string> 16 <key>shellVariables</key> 17 <array> 18 <dict> 19 <key>name</key> 20 <string>TM_COMMENT_START</string> 21 <key>value</key> 22 <string># </string> 23 </dict> 24 <dict> 25 <key>name</key> 26 <string>TM_LINE_TERMINATOR</string> 27 <key>value</key> 28 <string>:</string> 29 </dict> 30 </array> 31 </dict> 32 </dict> 33 </plist>