summaryrefslogtreecommitdiff
path: root/lib/coderay
Commit message (Expand)AuthorAgeFilesLines
* 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
* Declared version 0.7.7.murphy2007-04-251-1/+1
* Benchmark, comparison: replaced SilverCity with pygmentsmurphy2007-04-248-20/+26
* New Scanner: Scheme (thanks closure!)murphy2007-01-017-5/+159
* Done:murphy2007-01-0121-107/+189
* Fixed RHTML and NitroXHTML scanners to use new :inline_delimiter tokens.murphy2006-10-202-6/+6
* Renamed filetype.rb to file_type.rb.murphy2006-10-201-0/+0
* Added Debug scanner (for .raydebug files).murphy2006-10-201-0/+60
* Improved Delphi scanner.murphy2006-10-201-6/+23
* WordList:murphy2006-10-202-36/+51
* HTML encoder: Fixed :css => :style output and made some code cleanup.murphy2006-10-191-8/+19
* Ruby scanner: #{...} delimiters are now :inline_delimiter to solve CSS problem.murphy2006-10-183-3/+4
* Fixed warning in bench.rb.murphy2006-10-182-19/+35
* Fixed functional test.murphy2006-10-182-2/+3
* Declared Version 0.7.4!murphy2006-10-171-3/+3
* Made CodeRay ready Ruby 1.9:murphy2006-10-171-1/+1
* Tests:murphy2006-10-1512-989/+1042
* Ruby scanner: deleted regexp highlighting (didn't work anyway)murphy2006-09-282-42/+5
* Fixed Plaintext scanner (crashed on empty text - ouch!!)murphy2006-07-111-1/+2
* rake test now runs in debug mode.murphy2006-07-1123-1661/+1661
* Changed error handling of all scanners: :error tokens are OK now, even in deb...murphy2006-07-1110-1547/+1586
* Big re-indenting - no more tabs!murphy2006-07-1039-2904/+2901
* Fixed another bug in the Ruby scanner, this time it was unfinished heredocs w...murphy2006-07-092-574/+575
* [BUG] Fixed bug in Ruby-Scanner (input ends with unfinished escape in string)...murphy2006-07-091-0/+2
* Encoders::HTML: Removed option caching.murphy2006-06-281-9/+1
* Fix:murphy2006-06-283-4/+8
* new version: 0.7.1murphy2006-05-113-1/+23
* New Version: 0.7.0!murphy2006-04-194-17/+71
* Re-indented everything. Sorry to break the blame chain.murphy2006-04-1629-242/+275
* All scanners revisited not to produce errors unless in DEBUG mode. [thx@Daniel]murphy2006-04-165-8/+26
* styles/_map.rb added. :cycnus is now default style. html/css.rb adjusted.murphy2006-04-154-40/+48
* Large update: Scanners for HTML, RHTML and Nitro-XHTML added.murphy2006-04-1013-141/+400
* Added HTML scanner!murphy2006-04-045-11/+164
* Ruby Scanner: Capital methods (Kernel#Array etc.) are now highlighted as idents.murphy2006-03-241-2/+2