Skip to content

Instantly share code, notes, and snippets.

@usagi
Created March 10, 2012 09:18
Show Gist options
  • Save usagi/2010949 to your computer and use it in GitHub Desktop.
Save usagi/2010949 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="google-code-prettify" />
<Content type="html"><![CDATA[
<head>
<style type="text/css">
@import "http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.css";
</style>
<script src="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.js" type="text/javascript"></script>
<script type="text/javascript">
function prettify() {
prettyPrint();
}
if (window.addEventListener) {
window.addEventListener("load", prettify, false);
} else if (window.attachEvent) {
window.attachEvent("onload", prettify);
} else {
window.onload = prettify;
}
</script>
</head>
]]></Content>
</Module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment