Skip to content

Instantly share code, notes, and snippets.

@hamsterbacke23
Created September 13, 2013 12:51
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 hamsterbacke23/6550272 to your computer and use it in GitHub Desktop.
Save hamsterbacke23/6550272 to your computer and use it in GitHub Desktop.
sublime prephp
<snippet>
<content><![CDATA[
echo '<pre class="${2:debug-me}" style="color:#${3:666}; width:500px; font-size:11px; white-space: pre-wrap;">';
echo '($1): ';
var_dump($1);
echo '</pre>';
exit;
]]></content>
<tabTrigger>pre</tabTrigger>
<scope>source.html,source.php</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment