Skip to content

Instantly share code, notes, and snippets.

@raddevon
Created June 2, 2013 15:55
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 raddevon/5693922 to your computer and use it in GitHub Desktop.
Save raddevon/5693922 to your computer and use it in GitHub Desktop.
Handlebars template element tag Sublime Text snippet
<snippet>
<content><![CDATA[
<template name="$1">
$2
</template>
]]></content>
<tabTrigger>template</tabTrigger>
<description>Handlebars template name tag</description>
<scope>text.html.handlebars</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment