diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2011-09-09 01:00:35 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2011-09-09 01:00:35 +0200 |
commit | d42887ef56c724d9f7b3b21ed8e1758f9d96e706 (patch) | |
tree | 5ba4b6dbc8774dbb09743121d3d469b7299d840a /Changes-1.0.textile | |
parent | 03583bbfa756de93a3e75fb3f61d5d9729e250f7 (diff) | |
download | coderay-d42887ef56c724d9f7b3b21ed8e1758f9d96e706.tar.gz |
#353 New scanner: HAML!
Diffstat (limited to 'Changes-1.0.textile')
-rw-r--r-- | Changes-1.0.textile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Changes-1.0.textile b/Changes-1.0.textile index 76d1060..9f8126c 100644 --- a/Changes-1.0.textile +++ b/Changes-1.0.textile @@ -15,6 +15,7 @@ h3. General changes * *NEW*: The new Diff scanner colorizes code inside of the diff, and highlights inline changes. * *NEW*: Extended support and usage of HTML5 and CSS 3 features. * *NEW*: Direct Streaming +* *NEW* scanners: Clojure and HAML * *CHANGED*: Token classes (used as CSS classes) are readable names; breaks you stylesheet! * *IMPROVED* documentation * *IMPROVED* speed: faster startup (using @autoload@), scanning, and encoding @@ -212,6 +213,13 @@ h3. @Scanners::Diff@ h3. *RENAMED*: @Scanners::ERB@ (was @Scanners::RHTML@) +h3. *NEW*: @Scanners::HAML@ + +It uses the new :state options of the HTML and Ruby scanners. + +Some rare cases are not considered (like @#{...}@ snippets inside of :javascript blocks), +but it highlights pretty well. + h3. @Scanners::HTML@ * *FIXED*: Closes open string groups. |