Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix spaces around operators (RuboCop) | Kornelius Kalnbach | 2019-11-24 | 1 | -2/+2 |
| | |||||
* | close correct token groups in Groovy scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -3/+3 |
| | |||||
* | close open tokens in Groovy scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -2/+15 |
| | |||||
* | pretty (longer) token class names; closes #347 | Kornelius Kalnbach | 2011-08-19 | 1 | -1/+1 |
| | |||||
* | Major rewrite of encoders to support IO output; fixed some minor scanner ↵ | Kornelius Kalnbach | 2011-08-19 | 1 | -1/+1 |
| | | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests | ||||
* | Got rid of the old streaming system (see #142). | murphy | 2010-05-01 | 1 | -1/+0 |
| | |||||
* | Direct Streaming! See #142 and Changes.textile. | murphy | 2010-05-01 | 1 | -100/+89 |
| | |||||
* | Cleanups for C, C++, CSS, Delphi, Groovy, Java, PHP, Python, RHTML, XML, and ↵ | murphy | 2010-03-26 | 1 | -13/+17 |
| | | | | YAML scanners. | ||||
* | Updated Groovy scanner: using word lists from Java scanner. | murphy | 2009-10-19 | 1 | -13/+5 |
| | |||||
* | Fixed a Ruby 1.8 compatibility bug in Groovy Scanner. | murphy | 2009-01-22 | 1 | -1/+1 |
| | | | | | * Also added jruby19 task (jruby --1.9 mode). | ||||
* | Updated Groovy Scanner (feature #60). | murphy | 2009-01-22 | 1 | -33/+57 |
| | | | | | | | * Code inside ${...} is highlighted; works nested. * various minor bugfixes * Some string related problems remain. Groovy is strange! | ||||
* | New: *Groovy Scanner* (feature #60) | murphy | 2009-01-13 | 1 | -0/+247 |
* It inherits from Java Scanner, re-using some constants. * Thanks to Stefan Weinmann for helping me with Groovy. * PLEAC code used for testing. * Some issues with remain with strings and regexps. * Rating: 2 / 5 stars, "Basic support" * Added .groovy and .gvy to FileType. * CodeRay now supports a language that pygments doesn't support ;-) |