amy-d
1/22/2015 - 4:55 AM

placeholdit.sublime-snippet

<snippet>
	<content><![CDATA[
<img src="http://placehold.it/${1:width}x${2:height}/${3:bg color (no #)}/${4:text color (no #)}" alt="${5}"/>
]]></content>
	<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
	<tabTrigger>ph</tabTrigger>
	<!-- Optional: Set a scope to limit where the snippet will trigger -->
	<!-- <scope>index.html</scope> -->
</snippet>