summaryrefslogtreecommitdiff
path: root/lib/coderay
Commit message (Expand)AuthorAgeFilesLines
* 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
* HTML Encoder: inline numerization corrected.murphy2006-03-234-12/+21
* CodeRay::Duo added for cool caching!murphy2006-03-215-25/+60
* Changed HTML encoder evil char handling (allowing for UTF-8 now.)murphy2006-03-161-5/+6
* HTML Encoder: hints fixed and improved. Still in progress.murphy2006-03-162-9/+13
* Fixed HTML encoder again. (Run the test, baka!)murphy2006-03-161-1/+1
* Fixed HTML encoder.murphy2006-03-152-14/+13
* HTML encoder improved (hint handling, :info_long)murphy2006-03-151-20/+28
* 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-153-7/+7
* WordList is now a first-class Class independent from CodeRay.murphy2006-02-201-95/+94
* plugin.rb: _map loading now without exceptions (doesn't produce rubygem warni...murphy2006-02-201-4/+5
* Plugin documentation updated.murphy2005-12-131-0/+11
* scanners/ruby/patterns.rb:murphy2005-12-112-2/+2
* Plugin System extended:murphy2005-12-107-62/+24
* Some fixes for cYcnus style (capital Y makes problems)murphy2005-12-054-5/+5
* New Style system added - still beta.murphy2005-11-138-124/+307
* plugin.rb cleanupmurphy2005-11-101-75/+82
* helpers/plugin.rb: New plugin mapping systemmurphy2005-11-063-2/+54
* bench/bench.rb: Added SilverCity benchmarkingmurphy2005-11-054-5/+15
* helpers/word_list.rb: enhanced doc a bit.murphy2005-11-051-0/+8
* helpers/word_list.rb:murphy2005-11-054-38/+30
* scanner_helper.rb --> word_list.rbmurphy2005-11-051-0/+0
* scanner_helper.rb: more doc, re-indentedmurphy2005-11-051-59/+103
* New helper module scheme, step 3murphy2005-11-057-5/+5
* New helper module scheme, step 2murphy2005-11-054-524/+0
* New helper module scheme, step 2murphy2005-11-051-213/+0
* New helper module scheme, step 1murphy2005-11-055-0/+737
* First victim of the Demo Tests: Bugfix in tokens.rb!murphy2005-11-041-1/+1
* HTML Encoder Documentation updated (:list style)murphy2005-11-041-1/+1
* HTML highlighting:murphy2005-11-043-85/+126
* Version 0.4.6!murphy2005-10-291-2/+12
* encoders/html.rb: Improved Info hints; better error messages; fixed tab bug!murphy2005-10-291-5/+8
* encoders/html.rb: Fixed documentation. (woah, RDoc!)murphy2005-10-291-16/+36
* scanners/ruby.rb: changed operator handling = fix and speedup.murphy2005-10-291-19/+23
* scanners/ruby.rb, ruby_helper.rb: Fixes, changes.murphy2005-10-292-19/+61
* encoder.rb: Added Encoder#file_extensionmurphy2005-10-295-22/+86
* demo/demo_server.rb: Debug mode.murphy2005-10-222-5/+5
* scanners/ruby.rb: fixed string inline codemurphy2005-10-164-11/+11
* Two new encoders: debug and xml.murphy2005-10-047-39/+172
* demo/coderay_demos.tar.gz: demos in a tgzmurphy2005-10-021-3/+9
* Demos updated, rewritten, enhanced, tested.murphy2005-10-018-164/+190