summaryrefslogtreecommitdiff
path: root/lib/coderay/helpers
Commit message (Expand)AuthorAgeFilesLines
* replace LGPL license with MIT [GH-25]Kornelius Kalnbach2012-06-211-5/+0
* Removing redundant LoadError raise. File.exists? seems to have problems when ...Will Read2012-04-011-1/+0
* Fixing automatic type selection for html files.Doug Hammond2012-02-231-3/+3
* minor fix in diff scanner, .tmproj filetype: 1.0.3v1.0.3Kornelius Kalnbach2011-10-261-0/+1
* fix .erb file type recognition; prepare 1.0.2v1.0.2Kornelius Kalnbach2011-10-261-0/+1
* #353 New scanner: HAML!Kornelius Kalnbach2011-09-091-0/+1
* rename CaseIgnoringWordList to WordList::CaseIgnoringKornelius Kalnbach2011-08-191-3/+3
* Major rewrite of encoders to support IO output; fixed some minor scanner bugs...Kornelius Kalnbach2011-08-192-7/+9
* remove Scheme scanner (#59)Kornelius Kalnbach2011-07-131-2/+2
* minor support fixes for some Ruby engines and versionsmurphy2011-07-081-1/+1
* cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/smurphy2011-07-041-4/+7
* coderay list subcommand and cleanups/fixes in Plugin helper (issue #45)murphy2011-06-251-15/+25
* various fixes and cleanups in CodeRay's helpersmurphy2011-05-213-185/+118
* renamed pre_* token kinds to predefined_*murphy2011-04-171-2/+2
* Cleanups (indentation) for GZip helper.murphy2011-02-281-48/+38
* Cleanups, fixes and enhancements for the helper classes.murphy2011-02-282-267/+163
* Added all_plugins and all_titles methods to Plugin.murphy2010-07-051-0/+15
* Cleaned up GZip helper library (moved into CodeRay namespace, removed String ...murphy2010-06-293-244/+52
* Plugin: Added PluginHost#const_missing for plugin autoloading, fixed and impr...murphy2010-06-291-313/+330
* Ticket #127: Clojure scanner by Licenser, yay!murphy2010-06-151-0/+1
* (no commit message)murphy2010-05-181-1/+1
* Improved behavior of Plugin#register_for.murphy2010-05-011-2/+3
* Cleanups and updates for FileType.murphy2010-03-261-27/+28
* Plugin depends on -w instead of -d for warnings.murphy2010-03-261-1/+1
* Fixed: More file extensions for C++ scanner as suggested by Sander Cox.murphy2010-01-011-1/+16
* 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