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

wp-include.sublime-snippet

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