JavaScript library for syntax highlighting for code, then diffs, in HTML, at the line level? -


anyone know of js library allow me syntax highlight code block, highlight line-level diffs? example, in subversion diff, i'd highlight characters on line have changed (as highlighting fact there change(s) on line).

edit: i'm after let me syntax highlight according language, syntax highlight fact it's diff, , ideally, on top, highlight changed-characters on lines have changed. saw gallio not-equal assertion-exceptions, haven't looked @ yet.

the google syntax highlighter great, , supports lots of languages. i'm not sure if supports diffs though, think it's quite extensible.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -