Do you happen to know of any JavaScript syntax highlighting library,
alike http://code.google.com/p/syntaxhighlighter/ or
http://code.google.com/p/google-code-prettify/, supporting Clojure and
not just Lisp. I've been trying to find one to no avail.
Cheers,
Ivan.
I don't know if it matches your needs but http://gist.github.com/
supports clojure.
Saul
On Feb 28, 10:57 pm, Ivan <ivankob...@gmail.com> wrote:
> Hello All,
>
> Do you happen to know of any JavaScript syntax highlighting library,
> alikehttp://code.google.com/p/syntaxhighlighter/orhttp://code.google.com/p/google-code-prettify/, supporting Clojure and
Here's the original blog post:
http://travis-whitton.blogspot.com/2009/06/syntaxhighlighter-for-clojure.html
Here's where you can download it from:
http://www.undermyhat.org/blog/2009/09/list-of-brushes-syntaxhighligher/
On Feb 28, 11:57 pm, Ivan <ivankob...@gmail.com> wrote:
> Hello All,
>
> Do you happen to know of any JavaScript syntax highlighting library,
> alikehttp://code.google.com/p/syntaxhighlighter/orhttp://code.google.com/p/google-code-prettify/, supporting Clojure and
Thank you both for the suggestions. I used SyntaxHighlighter before,
but I didn't know that there was a custom brush for Clojure. And I've
never known that github.com allows to embed snippets from the site!
Both approaches are equally good at solving my problem.
On Mar 1, 11:50 am, Neill Alexander <neillalexan...@gmail.com> wrote:
> I usehttp://alexgorbatchev.com/wiki/SyntaxHighlighterplus the
> Clojure highlighter listed athttp://www.undermyhat.org/blog/2009/09/list-of-brushes-syntaxhighligher/
>
> On Feb 28, 10:57 pm, Ivan <ivankob...@gmail.com> wrote:
>
>
>
> > Hello All,
>
> > Do you happen to know of any JavaScript syntax highlighting library,
> > alikehttp://code.google.com/p/syntaxhighlighter/orhttp://code.google.com/p..., supporting Clojure and