summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/groovy.rb
Commit message (Collapse)AuthorAgeFilesLines
* fix spaces around operators (RuboCop)Kornelius Kalnbach2019-11-241-2/+2
|
* close correct token groups in Groovy scannerKornelius Kalnbach2013-06-231-3/+3
|
* close open tokens in Groovy scannerKornelius Kalnbach2013-06-231-2/+15
|
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-191-1/+1
|
* Major rewrite of encoders to support IO output; fixed some minor scanner ↵Kornelius Kalnbach2011-08-191-1/+1
| | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests
* Got rid of the old streaming system (see #142).murphy2010-05-011-1/+0
|
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-011-100/+89
|
* Cleanups for C, C++, CSS, Delphi, Groovy, Java, PHP, Python, RHTML, XML, and ↵murphy2010-03-261-13/+17
| | | | YAML scanners.
* Updated Groovy scanner: using word lists from Java scanner.murphy2009-10-191-13/+5
|
* Fixed a Ruby 1.8 compatibility bug in Groovy Scanner.murphy2009-01-221-1/+1
| | | | | * Also added jruby19 task (jruby --1.9 mode).
* Updated Groovy Scanner (feature #60).murphy2009-01-221-33/+57
| | | | | | | * Code inside ${...} is highlighted; works nested. * various minor bugfixes * Some string related problems remain. Groovy is strange!
* New: *Groovy Scanner* (feature #60)murphy2009-01-131-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 ;-)