jQuery.Syntax is an extremely fast and lightweight syntax highlighter written in JavaScript. It has dynamic loading of syntax source files and integrates cleanly using CSS or modelines. Try it online right now! Theme: // -*- mode: javascript; -*- var foo = function () { alert("Hello World"); } for (var i = 0; i < 100; i += 1) { foo(); } Watch the introductory video for a quick overview. Supports

