Created
August 22, 2014 22:41
-
-
Save kmgdevelopment/b48b1500166fbba7a880 to your computer and use it in GitHub Desktop.
Sublime Text Snippet: Autocomplete PHP Tag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[<?php | |
${1} | |
?>]]></content> | |
<tabTrigger><?php</tabTrigger> | |
<description>PHP Tag Autocomplete</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment