Re: Syntax highlighting clojure code

2009-11-03 Thread Patrik Fredriksson
I have used SyntaxHighligter (http://alexgorbatchev.com/) on my blog with the Clojure brush from http://www.undermyhat.org/blog/2009/09/list-of-brushes-syntaxhighligher/ It seems to work fairly well. /Patrik On Nov 3, 9:02 am, Christophe Grand wrote: > pygments (which is used by github) does

Re: Syntax highlighting clojure code

2009-11-03 Thread Christophe Grand
pygments (which is used by github) does a good job too. On Tue, Nov 3, 2009 at 12:41 AM, Stefan Arentz wrote: > > I want to post some Clojure code to my blog. Does anyone know of a > simple, preferably online, code highlighter for Clojure or Lisp that > turns code into simple html with either a

Re: Syntax highlighting clojure code

2009-11-02 Thread Miron Brezuleanu
Hello, On Tue, Nov 3, 2009 at 1:41 AM, Stefan Arentz wrote: > > I want to post some Clojure code to my blog. Does anyone know of a > simple, preferably online, code highlighter for Clojure or Lisp that > turns code into simple html with either a stylesheet or just color=""> tags? Try putting t

Re: Syntax highlighting clojure code

2009-11-02 Thread Tassilo Horn
Timothy Pratley writes: > VIM makes this very easy > :TOhtml And for emacs, there's htmlize.el. Bye, Tassilo > On Nov 3, 10:41 am, Stefan Arentz wrote: >> I want to post some Clojure code to my blog. Does anyone know of a   >> simple, preferably online, code highlighter for Clojure or Lisp t

Re: Syntax highlighting clojure code

2009-11-02 Thread Timothy Pratley
VIM makes this very easy :TOhtml On Nov 3, 10:41 am, Stefan Arentz wrote: > I want to post some Clojure code to my blog. Does anyone know of a   > simple, preferably online, code highlighter for Clojure or Lisp that   > turns code into simple html with either a stylesheet or just color=""> tag

Syntax highlighting clojure code

2009-11-02 Thread Stefan Arentz
I want to post some Clojure code to my blog. Does anyone know of a simple, preferably online, code highlighter for Clojure or Lisp that turns code into simple html with either a stylesheet or just tags? S. --~--~-~--~~~---~--~~ You received this message be