Skip to content

Instantly share code, notes, and snippets.

@ahsankhatri
Created April 29, 2015 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahsankhatri/674a9dbdf68a9d0a73af to your computer and use it in GitHub Desktop.
Save ahsankhatri/674a9dbdf68a9d0a73af to your computer and use it in GitHub Desktop.
Sublime `<?php echo ;?>` Snippet
<snippet>
<content><![CDATA[<?${TM_PHP_OPEN_TAG_WITH_ECHO:php echo} $1; ?>]]></content>
<tabTrigger>php_echo</tabTrigger>
<scope>string.quoted.double, string.quoted.single, punctuation.definition.tag.begin.html, text.html, punctuator.definition.string.end.html</scope>
<description>PHP tags with echo Code</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment