Created
December 14, 2013 19:25
-
-
Save kbenzie/7963701 to your computer and use it in GitHub Desktop.
Sublime Text snippet to create a snippet
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> | |
<description>Sublime Snippet</description> | |
<content><![CDATA[<snippet> | |
<description>$1</description> | |
<content><![CDATA[${TM_FILENAME/(.+)\..+|.*/$1/:name}$2]$NOT_DEFINED]></content> | |
<tabTrigger>${TM_FILENAME/(.+)\..+|.*/$1/:name}</tabTrigger> | |
<scope>$0</scope> | |
</snippet>]]></content> | |
<tabTrigger>snippet</tabTrigger> | |
<!-- <scope>$0</scope> --> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment