summaryrefslogtreecommitdiff
path: root/lib/coderay/helpers
Commit message (Expand)AuthorAgeFilesLines
...
* Documentation: Added warning about WordList caching.murphy2009-12-301-4/+18
* Documentation.murphy2009-12-301-2/+4
* Made FileType work with Pathname (closes #118).murphy2009-10-201-3/+14
* Fixing Ruby 1.9 warnings.murphy2009-10-181-2/+2
* Adding .dpr, .pas and .rxml to FileType::TypeFromExt list.murphy2009-07-081-0/+3
* New: Plugin.title (closes #96)murphy2009-06-091-0/+8
* FIXED: CaseIgnoringWordList respects default value (closes #97).murphy2009-04-201-0/+1
* New: *PHP and SQL Scanners*murphy2009-04-201-0/+5
* New: *Python Scanner* (feature #41)murphy2009-04-141-14/+17
* Removed subversion $Id$ lines.murphy2009-02-201-2/+0
* Updated version number (to 0.9.0) and gem information.murphy2009-02-061-1/+1
* 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-131-0/+2
* Made plugin ids case-insensitive.murphy2009-01-011-1/+1
* New: *YAML* (#53). Preparing for version 0.8.1.murphy2008-10-201-0/+5
* New: *Java Scanner* (closes #42).murphy2008-09-212-4/+8
* New: *JavaScript Scanner* (closes #23).murphy2008-09-161-0/+1
* Fixed FileType: .html.erb is now recognized as rhtml.murphy2008-08-111-3/+5
* Lib:murphy2008-01-071-2/+2
* Fixed FileType shebang recognition for empty files. [Jeremy Hinegardner]murphy2007-11-221-5/+24
* Benchmark, comparison: replaced SilverCity with pygmentsmurphy2007-04-241-4/+1
* New Scanner: Scheme (thanks closure!)murphy2007-01-011-0/+3
* Done:murphy2007-01-014-2/+17
* Renamed filetype.rb to file_type.rb.murphy2006-10-201-0/+0
* WordList:murphy2006-10-202-36/+51
* Declared Version 0.7.4!murphy2006-10-171-3/+3
* Tests:murphy2006-10-154-734/+734
* Changed error handling of all scanners: :error tokens are OK now, even in deb...murphy2006-07-111-9/+9
* Big re-indenting - no more tabs!murphy2006-07-104-564/+561
* Fix:murphy2006-06-281-1/+1
* new version: 0.7.1murphy2006-05-111-1/+1
* New Version: 0.7.0!murphy2006-04-192-15/+51
* Re-indented everything. Sorry to break the blame chain.murphy2006-04-162-2/+2
* Large update: Scanners for HTML, RHTML and Nitro-XHTML added.murphy2006-04-101-3/+19
* 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-111-1/+1
* Plugin System extended:murphy2005-12-101-55/+17
* Some fixes for cYcnus style (capital Y makes problems)murphy2005-12-051-2/+2
* plugin.rb cleanupmurphy2005-11-101-75/+82
* helpers/plugin.rb: New plugin mapping systemmurphy2005-11-061-2/+36
* bench/bench.rb: Added SilverCity benchmarkingmurphy2005-11-052-3/+13
* helpers/word_list.rb: enhanced doc a bit.murphy2005-11-051-0/+8
* helpers/word_list.rb:murphy2005-11-051-35/+27
* scanner_helper.rb --> word_list.rbmurphy2005-11-051-0/+0
* scanner_helper.rb: more doc, re-indentedmurphy2005-11-051-59/+103
* encoder.rb: Added Encoder#file_extensionmurphy2005-10-291-3/+3
* Two new encoders: debug and xml.murphy2005-10-041-2/+2
* Demos updated, rewritten, enhanced, tested.murphy2005-10-011-110/+109