Looking for customizable syntax highlighting in the browser - Stack Overflow most recent 30 from stackoverflow.com 2009-12-04T18:12:54Z http://stackoverflow.com/feeds/question/814949 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/814949/looking-for-customizable-syntax-highlighting-in-the-browser 1 Looking for customizable syntax highlighting in the browser wmeyer 2009-05-02T14:40:22Z 2009-05-02T14:43:17Z <p>I'm looking for a customizable JavaScript script which dynamically highlights code in a block like</p> <p>&lt;code class="someclass"&gt;source code...&lt;/code&gt;</p> <p>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.</p> <p>I need dynamic highlighting because it should work in the github wiki which escapes all HTML code within a pre tag.</p> <p>My Google fu has forsaken me so far...</p> http://stackoverflow.com/questions/814949/looking-for-customizable-syntax-highlighting-in-the-browser/814955#814955 1 Answer by David Brown for Looking for customizable syntax highlighting in the browser David Brown 2009-05-02T14:43:17Z 2009-05-02T14:43:17Z <p><a href="http://code.google.com/p/syntaxhighlighter/" rel="nofollow">SyntaxHighlighter</a> might be what you're looking for. It supports custom languages, as well.</p>