Skip to content

Instantly share code, notes, and snippets.

@bpevs
Last active August 29, 2015 14:17
Show Gist options
  • Save bpevs/ae87ad6157c875f632d4 to your computer and use it in GitHub Desktop.
Save bpevs/ae87ad6157c875f632d4 to your computer and use it in GitHub Desktop.
The screen that pops up to build a new sublime text snippet
<!-- This is the screen that pops up when you try to make a snippet -->
<!-- replace "yourtext" with whatever you want your expanded text to be -->
<!-- replace "yourkey" with the keyword you want to use to trigger it -->
<snippet>
<content><![CDATA[yourtext]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>yourkey</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment