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

8 lines
258 B
XML

<snippet>
<content><![CDATA[<td${1:${2: colspan="$3"}${4: rowspan="$5"}${6: headers="$7"}}>$8</td>$0]]></content>
<tabTrigger>td</tabTrigger>
<scope>source.php,text.html</scope>
<description>&lt;td&gt;</description>
<scope>text.html</scope>
</snippet>