summaryrefslogtreecommitdiff
path: root/lib/coderay/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into bash-scannerKornelius Kalnbach2014-01-233-115/+73
|\ | | | | | | | | Conflicts: lib/coderay/helpers/file_type.rb
| * Merge pull request #149 from rubychan/fix-cache-attackKornelius Kalnbach2013-08-231-11/+11
| |\ | | | | | | Fix Symbol/Cache attacks
| | * 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
| | | | | | | | | | | | Ruby seems to have no shortage of these specially named files.
| * | Merge branch 'master' into go-scannerKornelius Kalnbach2013-06-232-90/+52
| |\ \ | | |/ | | | | | | | | | Conflicts: lib/coderay/helpers/file_type.rb
| | * 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
| | |
| * | fix whitespaceKornelius Kalnbach2012-07-281-18/+18
| | |
| * | New: *Go Encoder*Eric Guo2012-07-081-18/+19
| | | | | | | | | | | | Draft version, copy from c
* | | add .sh file typeKornelius Kalnbach2013-06-101-0/+1
| |/ |/|
* | add .xaml file type (use XML scanner)Kornelius Kalnbach2013-06-091-2/+1
| |
* | Merge branch 'master' into sass-scannerKornelius Kalnbach2013-06-092-1/+1
|\ \ | | | | | | | | | | | | Conflicts: lib/coderay/scanners/css.rb
| * | 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
|/
* 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
| | | | included in other gems and returns false when files are indeed present.
* 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 ↵Kornelius Kalnbach2011-08-192-7/+9
| | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests
* 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
| | | | extensions), improved FileType error message for ambiguous arguments.
* Plugin: Added PluginHost#const_missing for plugin autoloading, fixed and ↵murphy2010-06-291-313/+330
| | | | improved documentation, re-indented everything.
* Ticket #127: Clojure scanner by Licenser, yay!murphy2010-06-151-0/+1
| | | | | | It's still in development. The Scheme scanner, which Lice used as template, has some very bad code, and both scanner must be cleaned up (see #59).
* (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
| | | | | | * *REMOVED* @FileType#shebang@ is a protected method now. * *NEW*: Regonizes @.gemspec@, @.rjs@, @.rpdf@ extensions and @Capfile@ as Ruby.
* 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
|