Skip to content

Instantly share code, notes, and snippets.

@chiliec
Last active August 29, 2015 14:05
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 chiliec/f7a466da5a9f7b11b6fe to your computer and use it in GitHub Desktop.
Save chiliec/f7a466da5a9f7b11b6fe to your computer and use it in GitHub Desktop.
Syntax highlighter for Postach.io
<script type='text/javascript'>
window.exports = {
activate : function (a,b,c) {
$("pre").addClass("prettyprint linenums");
PR.prettyPrint();
}
}
</script>
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js?autoload=true&callback=activate"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment