Skip to content

Instantly share code, notes, and snippets.

@netsi1964
Created October 25, 2012 12:07
Show Gist options
  • Save netsi1964/3952230 to your computer and use it in GitHub Desktop.
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:[email protected]}">${1:[email protected]}</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