summaryrefslogtreecommitdiff
path: root/test/scanners/json/example.expected.raydebug
Commit message (Collapse)AuthorAgeFilesLines
* Moving scanner tests into separate repository. The repository can be reached ↵murphy2010-04-141-22/+0
| | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk.
* New: *JSON* (closes #53). Version 0.8 is near!murphy2008-10-081-0/+22
* 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.