Skip to content

Instantly share code, notes, and snippets.

View rob-bar's full-sized avatar

Robbie Bardijn rob-bar

View GitHub Profile
@rob-bar
rob-bar / st2_md_highl.xml
Last active December 11, 2015 01:29 — forked from lg0/markdown.xml
#snippet #xml #sublimetext2 ST 2 md highlighting
<!-- copy this to YOUR_THEME.tmTheme-->
<dict>
<key>name</key>
<string>diff: deleted</string>
<key>scope</key>
<string>markup.deleted</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#EAE3CA</string>
@rob-bar
rob-bar / .htaccess
Created January 8, 2014 13:30 — forked from thoop/.htaccess
# Change YOUR_TOKEN to your prerender token and uncomment that line if you want to cache urls and view crawl stats
# Change http://example.com (at the end of the last RewriteRule) to your website url
<IfModule mod_headers.c>
#RequestHeader set X-Prerender-Token "YOUR_TOKEN"
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On