Skip to content

Commit

Permalink
Add close snippet for tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskhaira committed Apr 26, 2012
1 parent c545cf8 commit 9b1fd6a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions close.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[
<!-- /${1:name} -->${0}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>/</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>text.html</scope>
</snippet>

0 comments on commit 9b1fd6a

Please sign in to comment.