Two things to note though. If your theme uses background images for <li> elements, you will have to apply this patch to your CSS:
Otherwise each line of your code snippets will start with a background image as it is coded with an <li> element.
div.dp-highlighter li {
background-image: none;
}
Finally, if you copy and paste the whole javascript from step 2 your syntax highlighting will only support the following languages:
- Cpp
- CShapr
- CSS
- Java
- JScript
- Sql
- Xml
<script src='http://[YOUR HOST]/shBrushRuby.js' type='text/javascript'/>