Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for Ruby 2.3 squiggly heredocruby-2.3 | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | add support for Ruby 2.3 safe navigation operator | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | add support for Ruby 2.2 quoted hash keys | Kornelius Kalnbach | 2016-02-13 | 1 | -2/+5 |
| | | | KNOWN ISSUE: string interpolation will not work! | ||||
* | add support for Ruby 2.1 number literal suffixes | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+4 |
| | |||||
* | prevent running out of regexp stack | Kornelius Kalnbach | 2015-03-21 | 1 | -1/+1 |
| | |||||
* | fix for #163 (SQL scanner), declare 1.1.1 | Kornelius Kalnbach | 2014-02-22 | 1 | -24/+16 |
| | |||||
* | final cleanupv1.1.0 | Kornelius Kalnbach | 2013-09-01 | 1 | -1/+0 |
| | |||||
* | avoid cache attack in Ruby scanner | Kornelius Kalnbach | 2013-07-21 | 1 | -7/+7 |
| | | | (eg. using Unicode-delimited Fancy Strings) | ||||
* | cleanup | Kornelius Kalnbach | 2013-07-21 | 1 | -1/+0 |
| | |||||
* | no attack vector, there are only 2 cases | Kornelius Kalnbach | 2013-07-21 | 1 | -1/+0 |
| | |||||
* | no attack vector, there are only 4 cases | Kornelius Kalnbach | 2013-07-21 | 1 | -2/+0 |
| | |||||
* | FileType should guard against attacks here | Kornelius Kalnbach | 2013-07-21 | 1 | -1/+0 |
| | |||||
* | tweak Debug scanners again, introduce :unknown token kind | Kornelius Kalnbach | 2013-07-21 | 2 | -22/+20 |
| | |||||
* | prevent Symbol attack in Debug scanner | Kornelius Kalnbach | 2013-07-21 | 1 | -17/+22 |
| | |||||
* | prevent Symbol attack in Raydebug scanner | Kornelius Kalnbach | 2013-07-21 | 1 | -2/+14 |
| | |||||
* | mark possibly problematic spots with FIXME | Kornelius Kalnbach | 2013-07-20 | 5 | -0/+9 |
| | |||||
* | add Ruby 2 syntax: %i(…) and %I(…) | Kornelius Kalnbach | 2013-07-20 | 1 | -1/+4 |
| | |||||
* | allow unicode characters in char literals | Kornelius Kalnbach | 2013-07-13 | 1 | -2/+2 |
| | |||||
* | be a bit more graceful with buggy Go strings | Kornelius Kalnbach | 2013-07-13 | 1 | -2/+3 |
| | |||||
* | tweak numeral tokens handling (#147) | Kornelius Kalnbach | 2013-07-13 | 1 | -10/+10 |
| | |||||
* | Merge branch 'master' into go-scanner | Kornelius Kalnbach | 2013-07-13 | 2 | -22/+19 |
|\ | |||||
| * | fix CSS scanner for things like "nth-child(2n)" | Kornelius Kalnbach | 2013-07-13 | 1 | -1/+1 |
| | | |||||
| * | fix #143 (Sass scanner key vs tag heuristic) | Kornelius Kalnbach | 2013-07-13 | 1 | -1/+1 |
| | | |||||
| * | fix #139: don't scan for :include after eos | Kornelius Kalnbach | 2013-07-13 | 1 | -0/+2 |
| | | |||||
| * | split '" string states in Sass scanner (edge case) | Kornelius Kalnbach | 2013-07-13 | 1 | -16/+11 |
| | | |||||
| * | don't change value of objects you don't own | Kornelius Kalnbach | 2013-07-12 | 2 | -4/+4 |
| | | |||||
* | | yup, no C-style directives (auto extern static) | Nathan Youngman | 2013-06-23 | 1 | -5/+0 |
| | | |||||
* | | predeclared identifiers | Nathan Youngman | 2013-06-23 | 1 | -1/+7 |
| | | | | | | | | http://golang.org/ref/spec#Predeclared_identifiers | ||||
* | | add imaginary numbers to Go scanner | Nathan Youngman | 2013-06-23 | 1 | -5/+9 |
| | | |||||
* | | Go doesn't have a "f" suffix for floats like C. | Nathan Youngman | 2013-06-23 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'go-scanner' of github.com:rubychan/coderay into go-scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | Conflicts: lib/coderay/scanners/go.rb | ||||
| * | | additional types: string, error | Nathan Youngman | 2013-06-23 | 1 | -1/+1 |
| | | | | | | | | | | | | http://golang.org/ref/spec#Predeclared_identifiers | ||||
* | | | fix label_expected (test case?) | Kornelius Kalnbach | 2013-06-23 | 1 | -1/+2 |
| | | | |||||
* | | | fix empty token in Go scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -1/+1 |
| | | | |||||
* | | | add support for raw strings in Go | Kornelius Kalnbach | 2013-06-23 | 1 | -1/+8 |
| | | | |||||
* | | | add string as predefined type | Kornelius Kalnbach | 2013-06-23 | 1 | -1/+1 |
| | | | |||||
* | | | whitespace | Kornelius Kalnbach | 2013-06-23 | 1 | -41/+41 |
|/ / | |||||
* | | Merge branch 'master' into go-scanner | Kornelius Kalnbach | 2013-06-23 | 13 | -56/+403 |
|\ \ | |/ | | | | | | | Conflicts: lib/coderay/helpers/file_type.rb | ||||
| * | fix diff/json token nesting issue | Kornelius Kalnbach | 2013-06-23 | 1 | -0/+4 |
| | | |||||
| * | Merge branch 'master' into css-in-html | Kornelius Kalnbach | 2013-06-23 | 11 | -46/+101 |
| |\ | |||||
| | * | Merge branch 'master' into upstream | Kornelius Kalnbach | 2013-06-23 | 10 | -43/+90 |
| | |\ | |||||
| | | * | fix another CSS empty token issue | Kornelius Kalnbach | 2013-06-23 | 1 | -2/+2 |
| | | | | |||||
| | | * | fix token nesting in PHP scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -4/+18 |
| | | | | |||||
| | | * | fix unclosed token group in Ruby scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -1/+1 |
| | | | | |||||
| | | * | close open string token groups in SQL scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -3/+6 |
| | | | | |||||
| | | * | avoid empty tokens in YAML scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -1/+1 |
| | | | | |||||
| | | * | close correct token groups in Groovy scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -3/+3 |
| | | | | |||||
| | | * | avoid empty tokens in Diff scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -1/+1 |
| | | | | |||||
| | | * | fix Sass regexp modifier | Kornelius Kalnbach | 2013-06-23 | 1 | -1/+1 |
| | | | | |||||
| | | * | close open token groups in Sass scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -0/+8 |
| | | | |