Skip to content

Commit

Permalink
Added hgroup to the folding start/stop markers
Browse files Browse the repository at this point in the history
  • Loading branch information
joannou authored and johnmuhl committed Aug 15, 2010
1 parent d464392 commit f9a2c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Syntaxes/HTML 5.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<string>&lt;!DOCTYPE|doctype|&lt;(?i:html)|&lt;\?(?i:php)</string>
<key>foldingStartMarker</key>
<string>(?x)
(&lt;(?i:a|blockquote|head|body|table|thead|tbody|small|tfoot|tr|div|header|article|section|footer|aside|nav|select|fieldset|style|script|ul|ol|li|form|dl|p)\b.*?&gt;
(&lt;(?i:a|hgroup|blockquote|head|body|table|thead|tbody|small|tfoot|tr|div|header|article|section|footer|aside|nav|select|fieldset|style|script|ul|ol|li|form|dl|p)\b.*?&gt;
|&lt;!--(?!.*--\s*&gt;)
|^&lt;!--\ \#tminclude\ (?&gt;.*?--&gt;)$
|&lt;\?(?:php)?.*\b(if|for(each)?|while)\b.+:
Expand All @@ -28,7 +28,7 @@
)</string>
<key>foldingStopMarker</key>
<string>(?x)
(&lt;/(?i:a|blockquote|head|body|table|thead|small|tbody|tfoot|tr|div|header|article|section|footer|aside|nav|select|fieldset|style|script|ul|ol|li|form|dl|p)&gt;
(&lt;/(?i:a|hgroup|blockquote|head|body|table|thead|small|tbody|tfoot|tr|div|header|article|section|footer|aside|nav|select|fieldset|style|script|ul|ol|li|form|dl|p)&gt;
|^(?!.*?&lt;!--).*?--\s*&gt;
|^&lt;!--\ end\ tminclude\ --&gt;$
|&lt;\?(?:php)?.*\bend(if|for(each)?|while)\b
Expand Down

0 comments on commit f9a2c68

Please sign in to comment.