Skip to content

Instantly share code, notes, and snippets.

@mplatts
Created November 24, 2014 20:24
Show Gist options
  • Save mplatts/7ff83b3d04520a4e4621 to your computer and use it in GitHub Desktop.
Save mplatts/7ff83b3d04520a4e4621 to your computer and use it in GitHub Desktop.
sublime 4
<snippet>
<content><!--[CDATA[
Hello, ${1} is a ${2:snippet}. ${0}, ${3}
]]--></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabtrigger>hello</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