Skip to content

Instantly share code, notes, and snippets.

@netsi1964
Created October 25, 2012 12:07
Show Gist options
  • Select an option

  • Save netsi1964/3952230 to your computer and use it in GitHub Desktop.

Select an option

Save netsi1964/3952230 to your computer and use it in GitHub Desktop.
Sublime Text 2 various snippets
HTML
<snippet>
<content><![CDATA[<a href="mailto:${1:no@no.no}">${1:no@no.no}</a>]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>mailto</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>text.html</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment