summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added a Filter class; filters inherit from it and yield tokens.murphy2009-06-204-17/+34
* * Improved implementation of Encoder *token callbacks.murphy2009-06-207-15/+78
* Fixed for_redcloth for latest RedCloth (4.2.0+) versions (issue #119).murphy2009-06-202-2/+2
* Fixed an issue with the YAML class being redefined by the scanners tests.murphy2009-06-171-1/+2
* Forgotten test file.murphy2009-06-131-779/+779
* Python Scanner (issue #41) updated:murphy2009-06-133-541/+560
* New: Plugin.title (closes #96)murphy2009-06-097-1/+14
* Benchmark: Actually, the abbreviation for second is s, not sec.murphy2009-06-091-4/+4
* Fixed XML Encoder; closes #94.murphy2009-06-091-1/+1
* Fixed an issue with predefined idents in the Python Scanner.murphy2009-06-071-0/+1
* Improved UTF-8 support for Ruby Scanner. Also fixed a minor bug.murphy2009-06-076-11/+98
* Removed obsolete :level property from HTML Encoder.murphy2009-06-071-1/+1
* Changed a $DEBUG raise into a puts (issue #99).murphy2009-05-021-1/+1
* RubyEE no longer included in test:all.murphy2009-04-221-1/+1
* Fixed a minor bug in the YAML scanner.murphy2009-04-221-1/+2
* Cleanups and minor fixes to PHP scanner (issue #36).murphy2009-04-222-27/+20
* More cleanup.murphy2009-04-221-4/+4
* SQL scanner cleanup (issue #33).murphy2009-04-222-12/+15
* Improved Python scanner (issue #41).murphy2009-04-2210-120/+221
* Lots of improvements for the PHP scanner.murphy2009-04-223-614/+635
* Test cleanup.murphy2009-04-207-3121/+2990
* Many improvements to PHP Scanner.murphy2009-04-205-1937/+2044
* FIXED: CaseIgnoringWordList respects default value (closes #97).murphy2009-04-202-0/+5
* New: *PHP and SQL Scanners*murphy2009-04-2020-4/+13036
* Added some version patches and other files.murphy2009-04-205-6/+1674
* Fixed some test suite problems.murphy2009-04-204-20/+23
* Added test outputs for Python.murphy2009-04-204-0/+36976
* Experimental Unicode support for Scanners in Ruby 1.9.murphy2009-04-202-2/+17
* Updated some comments for XML and HTML encoder.murphy2009-04-202-1/+1
* New: *JSON Encoder*murphy2009-04-201-0/+19
* Java scanner:murphy2009-04-143-12/+14
* Added some CodeRay grafics: an icon and a rainbow Ruby-chan :)murphy2009-04-145-0/+0
* New: *Python Scanner* (feature #41)murphy2009-04-146-14/+37068
* Fixed generate:scanner task; it now also sets the file_extension.murphy2009-04-142-2/+4
* Fixing sample tests.murphy2009-04-1411-109/+214
* Using the new :title option in coderay_suite.rb.murphy2009-04-141-1/+2
* Added a :title option for the HTML Encoder. Closes #55.murphy2009-04-142-2/+18
* Added a generate:scanner task for easy Scanner generation.murphy2009-04-141-0/+74
* JavaScript scanner: Fixed string keys (closes #85).murphy2009-02-202-83/+82
* Fixed highlighting in documentation (#86).murphy2009-02-201-1/+1
* Removed subversion $Id$ lines.murphy2009-02-208-16/+1
* Java scanner highlights interface declarations as :class.murphy2009-02-201-1/+1
* Fixed a bug in for_redcloth.rb (closes #87).murphy2009-02-185-2/+40
* Fixed documentation of CodeRay module (was not included by doc task).murphy2009-02-071-0/+1
* Fixed CSS scanner (closes #72).murphy2009-02-066-9/+1417
* Updated version number (to 0.9.0) and gem information.murphy2009-02-066-14/+14
* Ruby scanner: Even more fixes for control and meta escape sequences.murphy2009-02-063-9/+30
* Ruby scanner: Fixed rarely used \c, \C-, and \M- escape sequences.murphy2009-02-056-14/+46
* Fixed a Ruby 1.8 compatibility bug in Groovy Scanner.murphy2009-01-222-1/+5
* Added another Groovy test (thanks to raistlin77 again).murphy2009-01-222-0/+966