summaryrefslogtreecommitdiff
path: root/lib/coderay
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #190 from rubychan/autoloadKornelius Kalnbach2016-02-139-255/+283
|\ | | | | Cleanup Folder structure
| * Merge branch 'master' into autoloadautoloadKornelius Kalnbach2016-02-137-36/+44
| |\
| * | cleanupKornelius Kalnbach2013-10-221-2/+0
| | |
| * | fixKornelius Kalnbach2013-10-221-1/+1
| | |
| * | tweaksKornelius Kalnbach2013-10-224-2/+10
| | |
| * | use autoload againKornelius Kalnbach2013-10-2211-257/+279
| | |
* | | Merge branch 'master' into tweak-function-colorsKornelius Kalnbach2016-02-1318-122/+422
|\ \ \ | | |/ | |/|
| * | document new option to keep tabsKornelius Kalnbach2016-02-131-1/+2
| | |
| * | Merge pull request #173 from benbasson/dollar-in-object-namesKornelius Kalnbach2016-02-131-1/+1
| |\ \ | | | | | | | | Allow $ in SQL identifiers
| | * | Allow $ in SQL object names.BenBasson2014-06-121-1/+1
| | | |
| * | | don't ruin indentationKornelius Kalnbach2016-02-131-1/+1
| | | |
| * | | skip over interpolation if not nestedKornelius Kalnbach2016-02-131-1/+1
| | | |
| * | | check for keys with escape sequences, tooKornelius Kalnbach2016-02-132-2/+11
| | | |
| * | | allow indentation of squiggly heredoc delimiterKornelius Kalnbach2016-02-131-1/+1
| | | |
| * | | add support for Ruby 2.3 squiggly heredocruby-2.3Kornelius Kalnbach2016-02-131-1/+1
| | | |
| * | | add support for Ruby 2.3 safe navigation operatorKornelius Kalnbach2016-02-131-1/+1
| | | |
| * | | add support for Ruby 2.2 quoted hash keysKornelius Kalnbach2016-02-131-2/+5
| | | | | | | | | | | | KNOWN ISSUE: string interpolation will not work!
| * | | add support for Ruby 2.1 number literal suffixesKornelius Kalnbach2016-02-131-1/+4
| | | |
| * | | prevent running out of regexp stackKornelius Kalnbach2015-03-211-1/+1
| |/ /
| * | HTML envoder keeps \t with tab_width: falseKornelius Kalnbach2014-05-171-1/+1
| | | | | | | | | | | | Fixes #170
| * | fix for #163 (SQL scanner), declare 1.1.1Kornelius Kalnbach2014-02-222-25/+17
| |/
| * final cleanupv1.1.0Kornelius Kalnbach2013-09-011-1/+0
| |
| * fix coderay -HTML optionv1.1.0.rc5Kornelius Kalnbach2013-08-301-6/+8
| |
| * Merge pull request #149 from rubychan/fix-cache-attackKornelius Kalnbach2013-08-236-41/+64
| |\ | | | | | | Fix Symbol/Cache attacks
| | * limit HTML encoder span_for_kinds cache sizev1.1.0.rc3Kornelius Kalnbach2013-07-211-2/+4
| | |
| | * no cache attacks possible, static input (CSS)Kornelius Kalnbach2013-07-211-2/+0
| | |
| | * avoid cache attack in Ruby scannerKornelius Kalnbach2013-07-211-7/+7
| | | | | | | | | (eg. using Unicode-delimited Fancy Strings)
| | * cleanupKornelius Kalnbach2013-07-211-1/+0
| | |
| | * no attack vector, there are only 2 casesKornelius Kalnbach2013-07-211-1/+0
| | |
| | * no attack vector, there are only 4 casesKornelius Kalnbach2013-07-211-2/+0
| | |
| | * FileType should guard against attacks hereKornelius Kalnbach2013-07-211-1/+0
| | |
| | * tweak Debug scanners again, introduce :unknown token kindKornelius Kalnbach2013-07-213-23/+22
| | |
| | * prevent Symbol attack in Debug scannerKornelius Kalnbach2013-07-211-17/+22
| | |
| | * no attack vector foundKornelius Kalnbach2013-07-211-1/+0
| | |
| | * cleanup Plugin, don't use #to_sym anymoreKornelius Kalnbach2013-07-211-12/+11
| | |
| | * prevent Symbol attack in Raydebug scannerKornelius Kalnbach2013-07-211-2/+14
| | |
| | * rename local variableKornelius Kalnbach2013-07-211-2/+2
| | |
| | * don't dup @span_for_kinds hash keysKornelius Kalnbach2013-07-211-1/+1
| | |
| | * no attack vector foundKornelius Kalnbach2013-07-211-1/+0
| | |
| | * Merge branch 'master' into fix-cache-attackKornelius Kalnbach2013-07-213-6/+6
| | |\
| | * | mark possibly problematic spots with FIXMEKornelius Kalnbach2013-07-209-0/+15
| | | |
| * | | rename protected method in FileTypeKornelius Kalnbach2013-07-211-2/+2
| | |/ | |/|
| * | check token kinds in Lint encodersKornelius Kalnbach2013-07-213-6/+6
| |/
| * add Ruby 2 syntax: %i(…) and %I(…)Kornelius Kalnbach2013-07-202-2/+5
| |
| * allow unicode characters in char literalsKornelius Kalnbach2013-07-131-2/+2
| |
| * be a bit more graceful with buggy Go stringsKornelius Kalnbach2013-07-131-2/+3
| |
| * tweak numeral tokens handling (#147)Kornelius Kalnbach2013-07-131-10/+10
| |
| * Merge branch 'master' into go-scannerKornelius Kalnbach2013-07-132-22/+19
| |\
| | * fix CSS scanner for things like "nth-child(2n)"Kornelius Kalnbach2013-07-131-1/+1
| | |
| | * fix #143 (Sass scanner key vs tag heuristic)Kornelius Kalnbach2013-07-131-1/+1
| | |