summaryrefslogtreecommitdiff
path: root/lib/coderay/helpers
Commit message (Expand)AuthorAgeFilesLines
* cleanupKornelius Kalnbach2013-10-221-2/+0
* use autoload againKornelius Kalnbach2013-10-222-219/+223
* Merge pull request #149 from rubychan/fix-cache-attackKornelius Kalnbach2013-08-231-11/+11
|\
| * no attack vector foundKornelius Kalnbach2013-07-211-1/+0
| * cleanup Plugin, don't use #to_sym anymoreKornelius Kalnbach2013-07-211-12/+11
| * mark possibly problematic spots with FIXMEKornelius Kalnbach2013-07-202-0/+2
* | rename protected method in FileTypeKornelius Kalnbach2013-07-211-2/+2
|/
* Merge branch 'master' into go-scannerKornelius Kalnbach2013-06-301-1/+4
|\
| * revert trimming spacesNathan Youngman2013-06-231-18/+18
| * additional Ruby files typesNathan Youngman2013-06-231-19/+22
* | Merge branch 'master' into go-scannerKornelius Kalnbach2013-06-232-90/+52
|\ \ | |/
| * add lua file typeKornelius Kalnbach2013-06-231-0/+1
| * use JSON to highlight .template files (AWS CF)remove-dumpKornelius Kalnbach2013-06-221-0/+1
| * remove dump/undump functionalityKornelius Kalnbach2013-06-131-41/+0
| * add taskpaper file extensionKornelius Kalnbach2013-06-131-48/+49
* | Merge branch 'master' into go-scannerKornelius Kalnbach2013-06-122-15/+7
|\ \ | |/
| * always load the plugin mapKornelius Kalnbach2013-06-101-12/+4
| * add .xaml file type (use XML scanner)Kornelius Kalnbach2013-06-091-2/+1
| * Merge branch 'master' into sass-scannerKornelius Kalnbach2013-06-092-1/+1
| |\
| | * do not warn about plugin fallbackKornelius Kalnbach2013-06-091-1/+0
| | * PHP is a better highlight for phtml filesAlexandre Vezina2013-04-171-1/+1
| | * Support for phtml filesAlexandre Vezina2013-03-231-0/+1
| * | added Sass scanner (work in progress)Kornelius Kalnbach2013-03-111-0/+1
| |/
* | fix whitespaceKornelius Kalnbach2012-07-281-18/+18
* | New: *Go Encoder*Eric Guo2012-07-081-18/+19
|/
* 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