Created
September 13, 2015 12:01
-
-
Save mitchellshelton/db12ba06c15388cf9fd0 to your computer and use it in GitHub Desktop.
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[ | |
print '<pre>'; | |
print_r($1); | |
print '</pre>';$0 | |
]]></content> | |
<!-- Optional: Tab trigger to activate the snippet --> | |
<tabTrigger>print_r(</tabTrigger> | |
<!-- Optional: Description to show in the menu --> | |
<description>Wrap a print_r function in preformat html tags.</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment