Skip to content

Instantly share code, notes, and snippets.

@thecodejack
Forked from mintbridge/Grunt.sublime-build
Created January 7, 2013 13:37
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 thecodejack/4475029 to your computer and use it in GitHub Desktop.
Save thecodejack/4475029 to your computer and use it in GitHub Desktop.
<snippet>
<content><![CDATA[
echo '<pre>'.print_r(${1:\$_SERVER}, TRUE).'</pre>';
]]></content>
<tabTrigger>dump</tabTrigger>
<description>Wraps and then echo's print_r in a &lt;pre&gt; tag so that its a bit friendlier to read</description>
</snippet>
{
"cmd": ["grunt", "develop"],
"selector": ["source.js", "source.less", "source.json"],
"path": "/usr/bin"
}
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"default_line_ending": "unix",
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "Droid Sans Mono",
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"match_brackets_angle": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment