Skip to content

Instantly share code, notes, and snippets.

@cibernox
Created March 10, 2016 09:51
Show Gist options
  • Save cibernox/307edcf48a3000acef8f to your computer and use it in GitHub Desktop.
Save cibernox/307edcf48a3000acef8f to your computer and use it in GitHub Desktop.
sublimetext snipped for href-to
<snippet>
<content><![CDATA[
<a href="{{href-to '${1:path}'}}">${2:text}</a>
]]></content>
<tabTrigger>href</tabTrigger>
<scope>text.html.handlebars</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment