mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Miscellaneous</string>
|
|
<key>scope</key>
|
|
<string>source.python</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>decreaseIndentPattern</key>
|
|
<string>^\s*(elif|else|except|finally)\b.*:</string>
|
|
<key>increaseIndentPattern</key>
|
|
<string>^\s*(class|((async\s+)?(def|with|for))|elif|else|except|finally|if|try|while)\b.*:\s*$</string>
|
|
<key>disableIndentNextLinePattern</key>
|
|
<string></string>
|
|
<key>shellVariables</key>
|
|
<array>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>TM_COMMENT_START</string>
|
|
<key>value</key>
|
|
<string># </string>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>TM_LINE_TERMINATOR</string>
|
|
<key>value</key>
|
|
<string>:</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
<key>uuid</key>
|
|
<string>1eca4598-6e20-11e5-a41f-7c6d62900c7c</string>
|
|
</dict>
|
|
</plist>
|