summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/json.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for Ruby 1.9.murphy2008-12-251-5/+5
|
* New: *JSON* (closes #53). Version 0.8 is near!murphy2008-10-081-0/+106
* 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.