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