From 23e5605488f613bd864671a322562ecfcb2d945d Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 8 Oct 2008 20:18:31 +0000 Subject: New: *JSON* (closes #53). Version 0.8 is near! * 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. --- test/scanners/json/example.expected.raydebug | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/scanners/json/example.expected.raydebug (limited to 'test/scanners/json/example.expected.raydebug') diff --git a/test/scanners/json/example.expected.raydebug b/test/scanners/json/example.expected.raydebug new file mode 100644 index 0000000..20a1560 --- /dev/null +++ b/test/scanners/json/example.expected.raydebug @@ -0,0 +1,22 @@ +operator([) + operator({) + keyoperator(:) stringoperator(,) + keyoperator(:) float(37.7668)operator(,) + keyoperator(:) float(-122.3959)operator(,) + keyoperator(:) stringoperator(,) + keyoperator(:) stringoperator(,) + keyoperator(:) stringoperator(,) + keyoperator(:) stringoperator(,) + keyoperator(:) string + operator(})operator(,) + operator({) + keyoperator(:) stringoperator(,) + keyoperator(:) float(37.371991)operator(,) + keyoperator(:) float(-122.026020)operator(,) + keyoperator(:) stringoperator(,) + keyoperator(:) stringoperator(,) + keyoperator(:) stringoperator(,) + keyoperator(:) stringoperator(,) + keyoperator(:) string + operator(}) +operator(]) -- cgit v1.2.1