Skip to content

Instantly share code, notes, and snippets.

@mitchellshelton
Created September 13, 2015 12:01
Show Gist options
  • Save mitchellshelton/db12ba06c15388cf9fd0 to your computer and use it in GitHub Desktop.
Save mitchellshelton/db12ba06c15388cf9fd0 to your computer and use it in GitHub Desktop.
<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