Created
March 15, 2015 16:28
-
-
Save besimhu/8404a3bd056dfdde2c45 to your computer and use it in GitHub Desktop.
Snippets to use em() function. Simply go to 'Tools -> New Snippet' and add your snippets in. To use hit tab after writing 'em'.
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
<snippet> | |
<content><![CDATA[ | |
em(${1}); | |
]]></content> | |
<tabTrigger>em</tabTrigger> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment