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

wp-template_part.sublime-snippet

<snippet>
	<content><![CDATA[
<?php get_template_part('${1}', '${2}'); ?> 
]]></content>
	<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
	<tabTrigger>wppart</tabTrigger>
	<!-- Optional: Set a scope to limit where the snippet will trigger -->
	<!-- <scope>source.python</scope> -->
</snippet>