Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup of JSON Scanner. | murphy | 2010-03-26 | 1 | -6/+9 |
| | |||||
* | Updated JSON scanner: false, null, true are highlighted as :value now. | murphy | 2009-10-19 | 1 | -1/+6 |
| | |||||
* | Fixed generate:scanner task; it now also sets the file_extension. | murphy | 2009-04-14 | 1 | -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. | murphy | 2008-12-25 | 1 | -5/+5 |
| | |||||
* | New: *JSON* (closes #53). Version 0.8 is near! | murphy | 2008-10-08 | 1 | -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. |