I am trying to highlight some syntax using Google prettify but so far, its not working.
EDIT: for twitter bootstrap 2.0.x, it works fine with 2.1.x
Use the those 2 files instead of using the method describe in the doc.
http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.css
http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js
This works for me
// Some source code
class Foo {
public int Bar { get; set; }
}