Open GoogleCodeExporter opened 9 years ago
Would .clj be the correct extension for it?
http://clojure.org/lisps describes it a bit but I can't find a list of
syntactic differences.
Can you point me at an example of what you consider well highlighted clojure?
Original comment by mikesamuel@gmail.com
on 19 Jul 2010 at 8:21
Hi Mike,
Yes, .clj is the correct extension.
For the examples:
1. github.com does pretty good job:
http://github.com/clojure/clojure/blob/master/src/clj/clojure/core_print.clj
2. I currently use the library from
http://alexgorbatchev.com/wiki/SyntaxHighlighter for syntax highlight on my
blog: http://koblik.blogspot.com/. It works mostly well except for the words
with a dash in the name (for example next-trans or drop-while). You can grab
the definition from here:
http://sites.google.com/site/ivankoblik/web-storage/highlight.pack.js~, I took
the original definition from here:
http://www.undermyhat.org/blog/2009/09/list-of-brushes-syntaxhighligher/.
Thanks for looking into it!
Original comment by ivankob...@gmail.com
on 19 Jul 2010 at 9:20
Original issue reported on code.google.com by
ivankob...@gmail.com
on 28 Feb 2010 at 12:34