Created
March 10, 2012 09:18
-
-
Save usagi/2010949 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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