33 lines
No EOL
1 KiB
Text
33 lines
No EOL
1 KiB
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>Miscellaneous</string>
|
|
<key>scope</key>
|
|
<string>text.html</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>decreaseIndentPattern</key>
|
|
<string>(?x)
|
|
^\s*
|
|
(</(?!html)
|
|
[A-Za-z0-9]+\b[^>]*>
|
|
|-->
|
|
|<\?(php)?\s+(else(if)?|end(if|for(each)?|while))
|
|
|\}
|
|
)</string>
|
|
<key>increaseIndentPattern</key>
|
|
<string>(?x)
|
|
^\s*
|
|
<(?!\?|area|base|br|col|frame|hr|html|img|input|link|meta|param|[^>]*/>)
|
|
([A-Za-z0-9]+)(?=\s|>)\b[^>]*>(?!.*</\1>)
|
|
|<!--(?!.*-->)
|
|
|<\?php.+?\b(if|else(?:if)?|for(?:each)?|while)\b.*:(?!.*end\1)
|
|
|\{[^}"']*$
|
|
</string>
|
|
<key>bracketIndentNextLinePattern</key>
|
|
<string><!DOCTYPE(?!.*>)</string>
|
|
</dict>
|
|
</dict>
|
|
</plist> |