diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-02-17 16:11:03 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-02-17 16:11:03 +0100 |
commit | 15c314d8c67272aa3385e21d38db7bf08358c1eb (patch) | |
tree | 8fe963f800114c2254132581fd53e3f9de3ef1d9 /Changes.textile | |
parent | b71ff6a0f0c0e82e32c8fdbcf9247def8e76f6ec (diff) | |
download | coderay-15c314d8c67272aa3385e21d38db7bf08358c1eb.tar.gz |
fix #106: re-introduce highlightinging of { key: value } in Ruby 1.9 hashes
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 1c927ce..02c7b10 100644 --- a/Changes.textile +++ b/Changes.textile @@ -4,6 +4,10 @@ p=. _This files lists all changes in the CodeRay library since the 0.9.8 release {{toc}} +h2. Changes in 1.0.9 + +* Fix Ruby scanner: Ruby 1.9 hash syntax @{ key: value }@ is highlighted correctly. [GH #106, thanks to Seth Vargo] + h2. Changes in 1.0.8 * add @:string/:char@, remove @:regexp/:function@ color from Terminal encoder [GH #29, thanks to Kyrylo Silin] |