Files
ChocolateyPackages/EthanBrown.SublimeText2.WebPackages/tools/PackageCache/HTML5/Elements/Tabular data/thead.sublime-snippet
2013-04-04 08:54:25 -04:00

10 lines
228 B
XML

<snippet>
<content><![CDATA[<thead>${1:
<tr>$2</tr>
}</thead>$0]]></content>
<tabTrigger>thead</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;thead&gt;</description>
<scope>text.html</scope>
</snippet>