On Sat Nov 19 13:46 2011, Andrew Brehaut wrote:
> I have written a new brush for the javascript Syntax Highlighter to
> replace sh-clojure. Rather than using the typical regex system, it has
> a full parser and simple form annotator. This should result in
> significantly better highlighting than ea
On Sat, Nov 19, 2011 at 1:46 PM, Andrew Brehaut wrote:
> You can find the project at https://github.com/brehaut/inc-clojure-brush.
> It's running on my blog, frinstance
> http://brehaut.net/blog/2011/ring_introduction
> and http://brehaut.net/blog/2011/l_systems
Very nice! I see it highlights mi
I have written a new brush for the javascript Syntax Highlighter to
replace sh-clojure. Rather than using the typical regex system, it has
a full parser and simple form annotator. This should result in
significantly better highlighting than earlier brushes.
You can find the project at https://gith