Skip to content

Commit

Permalink
<time> is out
Browse files Browse the repository at this point in the history
  • Loading branch information
john muhl committed Oct 29, 2011
1 parent 573ae2a commit f998e4f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
27 changes: 0 additions & 27 deletions Commands/<time>.tmCommand

This file was deleted.

1 change: 0 additions & 1 deletion Commands/Lookup element.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ $tags = {
"mark" =&gt; "the-mark-element",
"dfn" =&gt; "the-dfn-element",
"abbr" =&gt; "the-abbr-element",
"time" =&gt; "the-time-element",
"progress" =&gt; "the-progress-element",
"meter" =&gt; "the-meter-element",
"code" =&gt; "the-code-element",
Expand Down
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|article|aside|audio|blockquote|body|canvas|datalist|details|div|dl|fieldset|figcaption|figure|footer|form|head|header|hgroup|li|mark|menu|meter|nav|ol|output|p|progress|rp|rt|ruby|script|section|select|small|style|summary|table|tbody|tfoot|thead|time|tr|ul|video)\b.*?&gt;
(&lt;(?i:a|article|aside|audio|blockquote|body|canvas|datalist|details|div|dl|fieldset|figcaption|figure|footer|form|head|header|hgroup|li|mark|menu|meter|nav|ol|output|p|progress|rp|rt|ruby|script|section|select|small|style|summary|table|tbody|tfoot|thead|tr|ul|video)\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|article|aside|audio|blockquote|body|canvas|datalist|details|div|dl|fieldset|figcaption|figure|footer|form|head|header|hgroup|li|mark|menu|meter|nav|ol|output|p|progress|rp|rt|ruby|script|section|select|small|style|summary|table|tbody|tfoot|thead|time|tr|ul|video)&gt;
(&lt;/(?i:a|article|aside|audio|blockquote|body|canvas|datalist|details|div|dl|fieldset|figcaption|figure|footer|form|head|header|hgroup|li|mark|menu|meter|nav|ol|output|p|progress|rp|rt|ruby|script|section|select|small|style|summary|table|tbody|tfoot|thead|tr|ul|video)&gt;
|^(?!.*?&lt;!--).*?--\s*&gt;
|^&lt;!--\ end\ tminclude\ --&gt;$
|&lt;\?(?:php)?.*\bend(if|for(each)?|while)\b
Expand Down

0 comments on commit f998e4f

Please sign in to comment.