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://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

Key features:

 * The head of every list is handled as either a function or method
call. No need for a list of clojure.core tokens.
 * Comments, (comment …), and #_ all supported.
 * Local variables in common core forms are highlighted.
 * Meta data and quoted forms have additional styling.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to