Skip to content

Commit

Permalink
improved if snippet.
Browse files Browse the repository at this point in the history
  • Loading branch information
nrw committed Jul 12, 2012
1 parent 373eae4 commit be7a5e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions if.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[{{#if ${1}}}
${2}
{{/if}}]]></content>
<tabTrigger>if</tabTrigger>
<scope>source.handlebars</scope>
</snippet>

0 comments on commit be7a5e3

Please sign in to comment.