Skip to content

Instantly share code, notes, and snippets.

@surreymagpie
Last active August 29, 2015 14:16
Show Gist options
  • Save surreymagpie/82d6a96711a47b945b67 to your computer and use it in GitHub Desktop.
Save surreymagpie/82d6a96711a47b945b67 to your computer and use it in GitHub Desktop.
Sublime Text Hanlebars snippets
<snippet>
<content><![CDATA[{{${1:outlet}}}]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>hb</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.html</scope> -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment