summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/clojure.rb
Commit message (Collapse)AuthorAgeFilesLines
* Major rewrite of encoders to support IO output; fixed some minor scanner ↵Kornelius Kalnbach2011-08-191-1/+1
| | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests
* changed :reserved to :keyword in Clojure scanner (issue #43)murphy2011-06-151-3/+3
|
* #127 Clojure scanner fixesmurphy2011-05-081-12/+25
|
* renamed pre_* token kinds to predefined_*murphy2011-04-171-2/+2
|
* Cleanup and fix Clojure scanner.murphy2010-10-151-2/+2
|
* Added encoding header for Clojure scanner: Rember to put this on top when ↵murphy2010-06-291-0/+1
| | | | using non-ASCII chars :)
* Ticket #127: Clojure scanner by Licenser, yay!murphy2010-06-151-0/+203
It's still in development. The Scheme scanner, which Lice used as template, has some very bad code, and both scanner must be cleaned up (see #59).