Re: Clojure syntax highlight for web sites

2010-03-01 Thread Ivan
Saul and Neill, 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

Re: Clojure syntax highlight for web sites

2010-03-01 Thread Ivan Koblik
Hello Saul, Thank you for the suggestion, I was looking for something that would work on blogspot (I should had been more specific in my original post.) ... And now I see that these snippets can be embedded! Thanks it looks great! Also, yesterday, Mike Meyer recommended me to check how wordpress

Re: Clojure syntax highlight for web sites

2010-03-01 Thread Ivan
OK, with a suggestion from Mike Meyer, I checked how Wordpress guys do that. Turns out there is a custom Clojure brush for syntaxhighlighter. 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://

Re: Clojure syntax highlight for web sites

2010-03-01 Thread Neill Alexander
I use http://alexgorbatchev.com/wiki/SyntaxHighlighter plus the Clojure highlighter listed at http://www.undermyhat.org/blog/2009/09/list-of-brushes-syntaxhighligher/ On Feb 28, 10:57 pm, Ivan wrote: > Hello All, > > Do you happen to know of any JavaScript syntax highlighting library, > alikehtt

Re: Clojure syntax highlight for web sites

2010-03-01 Thread Saul Hazledine
On Feb 28, 10:57 pm, Ivan wrote: > 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 > not just Lisp. I've been trying to find one to no avail. I don't

Clojure syntax highlight for web sites

2010-02-28 Thread Ivan
Hello All, 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. -- You received this