summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners
Commit message (Expand)AuthorAgeFilesLines
...
* Added js alias for JavaScript.murphy2009-01-041-0/+1
* Completed YAML Scanner (closes #34).murphy2009-01-012-26/+29
* JRuby fixes.murphy2008-12-251-2/+3
* Fixes for Ruby 1.9.murphy2008-12-251-5/+5
* Improved YAML Scanner (ticket #34).murphy2008-11-071-9/+33
* Fixed tests and YAML Scanner (#34)murphy2008-10-201-1/+1
* New: *YAML* (#53). Preparing for version 0.8.1.murphy2008-10-204-4/+116
* New: *JSON* (closes #53). Version 0.8 is near!murphy2008-10-081-0/+106
* New: *Simple Diff Scanner* (closes #22).murphy2008-09-301-0/+104
* New: *Java Scanner* (closes #42).murphy2008-09-213-16/+610
* New: *CSS Scanner* (closes #29).murphy2008-09-181-0/+181
* New: *JavaScript Scanner* (closes #23).murphy2008-09-161-0/+191
* Added more file extensions to Scannersmurphy2008-09-166-2/+6
* [KK] Just a little code cleanup and new task 187.murphy2008-07-291-1/+1
* Improved Ruby scanner to use +/- signs only when appropriate (tests adjusted.)murphy2008-01-212-13/+17
* Lib:murphy2008-01-072-24/+29
* Benchmark, comparison: replaced SilverCity with pygmentsmurphy2007-04-241-1/+1
* New Scanner: Scheme (thanks closure!)murphy2007-01-012-0/+143
* Done:murphy2007-01-014-32/+36
* Fixed RHTML and NitroXHTML scanners to use new :inline_delimiter tokens.murphy2006-10-202-6/+6
* Added Debug scanner (for .raydebug files).murphy2006-10-201-0/+60
* Improved Delphi scanner.murphy2006-10-201-6/+23
* Ruby scanner: #{...} delimiters are now :inline_delimiter to solve CSS problem.murphy2006-10-181-2/+2
* Fixed warning in bench.rb.murphy2006-10-182-19/+35
* Fixed functional test.murphy2006-10-182-2/+3
* Tests:murphy2006-10-153-1/+8
* Ruby scanner: deleted regexp highlighting (didn't work anyway)murphy2006-09-281-40/+0
* Fixed Plaintext scanner (crashed on empty text - ouch!!)murphy2006-07-111-1/+2
* rake test now runs in debug mode.murphy2006-07-113-249/+249
* Changed error handling of all scanners: :error tokens are OK now, even in deb...murphy2006-07-117-1055/+1090
* Big re-indenting - no more tabs!murphy2006-07-1010-651/+651
* 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
* Fix:murphy2006-06-281-1/+1
* New Version: 0.7.0!murphy2006-04-192-2/+20
* Re-indented everything. Sorry to break the blame chain.murphy2006-04-169-32/+45
* All scanners revisited not to produce errors unless in DEBUG mode. [thx@Daniel]murphy2006-04-164-5/+15
* styles/_map.rb added. :cycnus is now default style. html/css.rb adjusted.murphy2006-04-152-36/+40
* Large update: Scanners for HTML, RHTML and Nitro-XHTML added.murphy2006-04-106-36/+248
* 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
* HTML Encoder: inline numerization corrected.murphy2006-03-231-3/+3
* Deleted silly debug print.murphy2006-03-151-1/+1
* Ruby scanner fixed - nasty bug in ruby/patterns.rb.murphy2006-03-151-7/+7
* Ruby scanner errors fixed.murphy2006-03-151-4/+4
* scanners/ruby/patterns.rb:murphy2005-12-111-1/+1
* Plugin System extended:murphy2005-12-102-1/+1
* helpers/plugin.rb: New plugin mapping systemmurphy2005-11-061-0/+10
* helpers/word_list.rb:murphy2005-11-052-2/+2
* New helper module scheme, step 3murphy2005-11-052-1/+1