summaryrefslogtreecommitdiff
path: root/lib/coderay
Commit message (Expand)AuthorAgeFilesLines
* 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-142-5/+7
* New: *Python Scanner* (feature #41)murphy2009-04-142-14/+221
* Fixed generate:scanner task; it now also sets the file_extension.murphy2009-04-141-0/+1
* Added a :title option for the HTML Encoder. Closes #55.murphy2009-04-142-2/+18
* JavaScript scanner: Fixed string keys (closes #85).murphy2009-02-201-11/+10
* Removed subversion $Id$ lines.murphy2009-02-206-12/+0
* Java scanner highlights interface declarations as :class.murphy2009-02-201-1/+1
* Fixed a bug in for_redcloth.rb (closes #87).murphy2009-02-181-0/+1
* Fixed CSS scanner (closes #72).murphy2009-02-061-6/+28
* Updated version number (to 0.9.0) and gem information.murphy2009-02-061-1/+1
* Ruby scanner: Even more fixes for control and meta escape sequences.murphy2009-02-061-9/+14
* Ruby scanner: Fixed rarely used \c, \C-, and \M- escape sequences.murphy2009-02-052-1/+2
* Fixed a Ruby 1.8 compatibility bug in Groovy Scanner.murphy2009-01-221-1/+1
* New feature: HTML encode option :highlight_lines. See documentation.murphy2009-01-223-1/+23
* Fixed JavaScript scanner, highlighting of strings as keys.murphy2009-01-221-4/+12
* Updated Groovy Scanner (feature #60).murphy2009-01-221-33/+57
* Updated cYcnus style (grayscale colors).murphy2009-01-131-5/+5
* Plugin.helper can be used to load helpers from other plugins using the 'plugi...murphy2009-01-131-1/+9
* New: *Groovy Scanner* (feature #60)murphy2009-01-132-0/+249
* Java Scanner: remove :regexp cases, use :pre_type for built-in types.murphy2009-01-131-10/+3
* Ruby Scanner: Shebang comments are highlighted as :doctype.murphy2009-01-131-0/+4
* Fixed a bug in Ruby scanner that broke tests with JRuby.murphy2009-01-111-1/+2
* Fixed documentation, moved README into lib folder.murphy2009-01-051-1/+1
* Added js alias for JavaScript.murphy2009-01-041-0/+1
* Made plugin ids case-insensitive.murphy2009-01-011-1/+1
* Completed YAML Scanner (closes #34).murphy2009-01-015-28/+38
* JRuby fixes.murphy2008-12-251-2/+3
* Fixes for Ruby 1.9.murphy2008-12-253-54/+60
* Improved YAML Scanner (ticket #34).murphy2008-11-072-11/+35
* Fixed tests and YAML Scanner (#34)murphy2008-10-201-1/+1
* New: *YAML* (#53). Preparing for version 0.8.1.murphy2008-10-207-9/+126
* New: *JSON* (closes #53). Version 0.8 is near!murphy2008-10-082-5/+114
* New: *Simple Diff Scanner* (closes #22).murphy2008-09-3010-14/+188
* Optimized CSS styles, improved coderay_suite, new HTML test.murphy2008-09-241-1/+1
* New: *Java Scanner* (closes #42).murphy2008-09-217-20/+620
* New: *CSS Scanner* (closes #29).murphy2008-09-183-1/+188
* New: *JavaScript Scanner* (closes #23).murphy2008-09-167-10/+214
* Added more file extensions to Scannersmurphy2008-09-166-2/+6
* Fixed coderay/for_redcloth escaping.murphy2008-08-281-2/+20
* Changed CodeRay.for_redcloth into require 'coderay/for_redcloth'.murphy2008-08-281-35/+35
* Added CodeRay.for_redcloth with test and documentation.murphy2008-08-281-0/+54
* Fixed FileType: .html.erb is now recognized as rhtml.murphy2008-08-111-3/+5
* [KK] Just a little code cleanup and new task 187.murphy2008-07-292-2/+4
* Improved Ruby scanner to use +/- signs only when appropriate (tests adjusted.)murphy2008-01-212-13/+17
* Lib:murphy2008-01-076-33/+38
* - Ruby 1.9 fixesmurphy2007-11-222-2/+3
* Fixed FileType shebang recognition for empty files. [Jeremy Hinegardner]murphy2007-11-221-5/+24