diff options
author | murphy <murphy@rubychan.de> | 2010-06-15 12:30:02 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-06-15 12:30:02 +0000 |
commit | 8895b2d4655a48ff1c19d3cd2dea1af18e3744fe (patch) | |
tree | 0fc17722a83cca4a530f6208d0c1400a8e8cf563 /Changes.textile | |
parent | a71a17a2ff654b5dd08114ec5188ce39e643ff36 (diff) | |
download | coderay-8895b2d4655a48ff1c19d3cd2dea1af18e3744fe.tar.gz |
Ticket #127: Clojure scanner by Licenser, yay!
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).
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Changes.textile b/Changes.textile index 897bb31..5d4978f 100644 --- a/Changes.textile +++ b/Changes.textile @@ -59,7 +59,7 @@ h3. @Encoders::HTML@ The HTML encoder was cleaned up and simplified. * *CHANGED* the default style to @:alpha@. -* *NEW*: HTML 5 and CSS 3 compatible, IE incompatible. +* *NEW*: HTML5 and CSS 3 compatible. See "#215":http://redmine.rubychan.de/issues/215. * *ADDED* support for @:line_number_anchors@. See "#208":http://redmine.rubychan.de/issues/208. @@ -110,6 +110,10 @@ h3. @Scanners::Scanner@ code is highlighted as one and split into parts of the input lengths after that using @Tokens#split_into_parts@. +h3. *NEW*: @Scanners::Clojure@ + +Thanks to Licenser, CodeRay now supports the Clojure language. + h3. @Scanners::CSS@ * *NEW*: Rudimentary support for the @attr@, @counter@, and @counters@ functions. |