Skip to content

Instantly share code, notes, and snippets.

@bspingarn
Created May 20, 2013 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bspingarn/5613826 to your computer and use it in GitHub Desktop.
Save bspingarn/5613826 to your computer and use it in GitHub Desktop.
SublimeText snippet for divs with class attribute
<snippet>
<content><![CDATA[
<div class="${1:classname}">
$2
</div><!--/.$1 -->
]]></content>
<description>div class=""</description>
<tabTrigger>divc</tabTrigger>
<scope>text.html</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment