19 lines
578 B
Text
19 lines
578 B
Text
<?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>Indent: Raw Block</string>
|
|
<key>scope</key>
|
|
<string>markup.raw.block.markdown</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>decreaseIndentPattern</key>
|
|
<string>^(.*\*/)?\s*\}[;\s]*$</string>
|
|
<key>increaseIndentPattern</key>
|
|
<string>^.*(\{[^}"']*|\([^)"']*)$</string>
|
|
</dict>
|
|
<key>uuid</key>
|
|
<string>E23C5DD2-9A36-4B4A-9729-2A769A055B92</string>
|
|
</dict>
|
|
</plist>
|