Skip to content

Instantly share code, notes, and snippets.

@javikalsan
Created July 28, 2015 09:39
Show Gist options
  • Save javikalsan/fb0eff1438c11c98d05c to your computer and use it in GitHub Desktop.
Save javikalsan/fb0eff1438c11c98d05c to your computer and use it in GitHub Desktop.
sif Short tag Sublime Text snippet frontend
<snippet>
<content><![CDATA[
<? if( \$${1} empty( \$${1} ) == ): ?>
<? else: ?>
<? endif ?>
]]></content>
<tabTrigger>sif</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment