mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
<?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>Folding</string>
|
|
<key>scope</key>
|
|
<string>text.html</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foldingStartMarker</key>
|
|
<string>(?x)
|
|
(<(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|li|form|dl|section|article|header|footer|nav|aside)\b.*?>
|
|
|<!--(?!.*--\s*>)
|
|
|^<!--\ \#tminclude\ (?>.*?-->)$
|
|
|<\?(?:php)?.*\b(if|for(each)?|while)\b.+:
|
|
|\{\{?(if|foreach|capture|literal|foreach|php|section|strip)
|
|
|\{\s*($|\?>\s*$|//|/\*(.*\*/\s*$|(?!.*?\*/)))
|
|
|array\s?\(\s*$
|
|
)</string>
|
|
<key>foldingStopMarker</key>
|
|
<string>(?x)
|
|
(</(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|li|form|dl|section|article|header|footer|nav|aside)>
|
|
|^(?!.*?<!--).*?--\s*>
|
|
|^<!--\ end\ tminclude\ -->$
|
|
|<\?(?:php)?.*\bend(if|for(each)?|while)\b
|
|
|\{\{?/(if|foreach|capture|literal|foreach|php|section|strip)
|
|
|^[^{]*\}
|
|
|^\s*\)[,;]
|
|
)</string>
|
|
</dict>
|
|
<key>uuid</key>
|
|
<string>559D87E0-20C9-4424-AD7C-F3CDD315177C</string>
|
|
</dict>
|
|
</plist>
|