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

20 lines
404 B
XML

<snippet>
<content><![CDATA[<table>${1:
<caption>${2:table title and/or explanatory text}</caption>}
${3:<thead>
<tr>
${4:<th>${5:header}</th>}
</tr>
</thead>
<tbody>
<tr>
${6:<td>${7:data}</td>}
</tr>
</tbody>}
</table>$0]]></content>
<tabTrigger>table</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;table&gt;</description>
<scope>text.html</scope>
</snippet>