Skip to content

Instantly share code, notes, and snippets.

@coderberry
Created July 2, 2012 15:20
Show Gist options
  • Select an option

  • Save coderberry/3033751 to your computer and use it in GitHub Desktop.

Select an option

Save coderberry/3033751 to your computer and use it in GitHub Desktop.
type 'tab' in sublime text to generate a full table with thead and tbody
<snippet>
<content><![CDATA[
<table>
<thead>
<tr>
<th>${1:}</th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
</tr>
</tbody>
</table>
]]></content>
<tabTrigger>tab</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment