comparison app/assets/javascripts/init.prettify.js @ 55:f957ce997ff0

Added basic syntax highlighter.
author Edho Arief <edho@myconan.net>
date Thu, 04 Oct 2012 04:50:22 +0700
parents
children
comparison
equal deleted inserted replaced
54:e8920b00035c 55:f957ce997ff0
1 $(document).ready(function() {
2 window.prettyPrint && prettyPrint()
3 });