summaryrefslogtreecommitdiff
path: root/test/scanners/json/json-lib.expected.raydebug
Commit message (Collapse)AuthorAgeFilesLines
* Moving scanner tests into separate repository. The repository can be reached ↵murphy2010-04-141-73/+0
| | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk.
* Updated JSON scanner: false, null, true are highlighted as :value now.murphy2009-10-191-6/+6
|
* New: *JSON* (closes #53). Version 0.8 is near!murphy2008-10-081-0/+73
* 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.