diff options
author | murphy <murphy@rubychan.de> | 2008-10-08 20:18:31 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2008-10-08 20:18:31 +0000 |
commit | 23e5605488f613bd864671a322562ecfcb2d945d (patch) | |
tree | dd165d49db8bca9569e06748fbab92d77216a9e9 /lib/coderay.rb | |
parent | a4bd413ca4e835fd3d1fdc24eebce67cd54231ca (diff) | |
download | coderay-23e5605488f613bd864671a322562ecfcb2d945d.tar.gz |
New: *JSON* (closes #53). Version 0.8 is near!
* Simple and really nice scanner (I think), produces colorful output.
* Checked against strange examples from Ruby's JSON lib.
More changes:
* Changed version number. Finally!
* Added some token styles for :key token group.
* cYcnus style: chars inside of strings are highlighted purple instead of blue.
* murphy style needs work.
Diffstat (limited to 'lib/coderay.rb')
-rw-r--r-- | lib/coderay.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay.rb b/lib/coderay.rb index 4d9aae1..05c1d90 100644 --- a/lib/coderay.rb +++ b/lib/coderay.rb @@ -134,7 +134,7 @@ module CodeRay # Minor: odd for beta, even for stable # Teeny: development state # Revision: Subversion Revision number (generated on rake) - VERSION = '0.7.9' + VERSION = '0.8' require 'coderay/tokens' require 'coderay/scanner' |