ANN: A new Clojure brush for syntax highlighter

2011-11-19 Thread Andrew Brehaut
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

Re: ANN: A new Clojure brush for syntax highlighter

2011-11-19 Thread Sean Corfield
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

Re: ANN: A new Clojure brush for syntax highlighter

2011-11-20 Thread Daniel Solano Gomez
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