diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-12 16:04:45 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-12 16:04:45 +0200 |
commit | 69246fc8ed0344eae4dab35286813a00010a08cb (patch) | |
tree | 9c4faf0bcc2bb53e7955aff0b139492ea04dbe2e /Changes.textile | |
parent | 34e823d709ce19a480dbd78e72e63ada0d3425fb (diff) | |
parent | 40bd2ef5d33d32c3b3987da1d115b717259819e4 (diff) | |
download | coderay-69246fc8ed0344eae4dab35286813a00010a08cb.tar.gz |
Merge branch 'master' into lua-scanner
Conflicts:
lib/coderay/token_kinds.rb
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 3984b83..ff9e6a9 100644 --- a/Changes.textile +++ b/Changes.textile @@ -4,9 +4,22 @@ p=. _This files lists all changes in the CodeRay library since the 0.9.8 release h2. Changes in 1.1 +* New scanner: Sass [#93] +* New scanner: Taskpaper [#39, thanks to shimomura] * Diff scanner: Highlight inline changes in multi-line changes [#99] +* JavaScript scanner: Highlight multi-line comments in diff correctly +* Ruby scanner: Accept keywords as Ruby 1.9 hash keys [#126] * Remove double-click toggle handler from HTML table output +* Fixes to CSS scanner (floats, pseudoclasses) +* CSS scanner uses @:id@ and @:tag@ now [#27] +* Add .xaml file type [#121, thanks to Kozman Bálint] +* @CodeRay::TokenKinds@ should not be frozen [#130, thanks to Gavin Kistner] +* New token type @:id@ for CSS/Sass [#27] +* New token type @:done@ for Taskpaper [#39] * Display line numbers in HTML @:table@ mode even for single-line code (remove special case) [#41, thanks to Ariejan de Vroom] +* Override Bootstrap's pre word-break setting for line numbers [#102, thanks to lightswitch05] +* Fixed @:docstring@ token type style +* @Plugin@ does not warn about fallback when default is defined h2. Changes in 1.0.9 |