Skip to content

Instantly share code, notes, and snippets.

@digitaldesigndj
Last active December 16, 2015 19:38
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 digitaldesigndj/5486151 to your computer and use it in GitHub Desktop.
Save digitaldesigndj/5486151 to your computer and use it in GitHub Desktop.
Pre Print_R - SublimeText Snippet
<snippet>
<content>
<![CDATA[
echo '<pre>';
print_r( $1 );
echo '</pre>';
]]>
</content>
<tabTrigger>print_r</tabTrigger>
<tabTrigger>pre</tabTrigger>
<scope>source.php</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment