Created
October 25, 2012 12:07
-
-
Save netsi1964/3952230 to your computer and use it in GitHub Desktop.
Sublime Text 2 various snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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