vote up 1 vote down star

I'm looking for a customizable JavaScript script which dynamically highlights code in a block like

<code class="someclass">source code...</code>

It needs to be customizable because the source code is in a quite esoteric programming language (Mozart/Oz). Ideally, I'd just edit some regexes to make it work.

I need dynamic highlighting because it should work in the github wiki which escapes all HTML code within a pre tag.

My Google fu has forsaken me so far...

flag
1  
IMHO, this is a duplicate <stackoverflow.com/questions/160694/…;. – dirkgently May 2 at 14:42
Thanks for the link! – wmeyer May 2 at 14:49

1 Answer

vote up 1 vote down check

SyntaxHighlighter might be what you're looking for. It supports custom languages, as well.

link|flag
Looks good. I will check it out. Thanks! – wmeyer May 2 at 14:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.