Skip to content

Instantly share code, notes, and snippets.

@jhned
Created February 11, 2014 16:49
Show Gist options
  • Save jhned/8938823 to your computer and use it in GitHub Desktop.
Save jhned/8938823 to your computer and use it in GitHub Desktop.
print_r in an HTML comment for Sublime
<snippet>
<content><![CDATA[?><!-- <? print_r(${1:var}); ?> --><?]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>prc</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.php</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment