diff options
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. |