summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/json.rb
Commit message (Collapse)AuthorAgeFilesLines
* fix diff/json token nesting issueKornelius Kalnbach2013-06-231-0/+4
|
* use different key/value heuristic in JSON scannerKornelius Kalnbach2013-06-191-12/+11
|
* minor tweaks to generator and scanner edge casesKornelius Kalnbach2013-03-111-1/+1
|
* Cleanups in the JSON scanner; eliminated the kind local variable.murphy2010-09-121-6/+7
|
* Got rid of the old streaming system (see #142).murphy2010-05-011-2/+0
|
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-011-46/+31
|
* Fixing bug in Java and JSON scanners (unfinished strings where not closed ↵murphy2010-04-171-6/+2
| | | | correctly).
* Cleanup of JSON Scanner.murphy2010-03-261-6/+9
|
* Updated JSON scanner: false, null, true are highlighted as :value now.murphy2009-10-191-1/+6
|
* Fixed generate:scanner task; it now also sets the file_extension.murphy2009-04-141-0/+1
| | | | | | | For example, to create a stub for the Python Scanner, I can use: rake generate:scanner NAME=python BASE=c EXT=py
* 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.