Skip to content

Instantly share code, notes, and snippets.

@rdallaire
Created August 13, 2014 18:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdallaire/96b68e705d8a78a26e90 to your computer and use it in GitHub Desktop.
Save rdallaire/96b68e705d8a78a26e90 to your computer and use it in GitHub Desktop.
Sublime Snippets
<snippet>
<content><![CDATA[
<img src="http://placehold.it/${1:500x500}&text=${2:Placeholder}">
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>place</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.css</scope> -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment