summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | use instance variable instead of class variableKornelius Kalnbach2015-03-251-35/+35
| | | |
* | | | finally, a version that is fast without eval!Kornelius Kalnbach2015-03-252-0/+400
| | | |
* | | | more work on DSL scanner for JavaScriptKornelius Kalnbach2015-03-225-60/+812
| | | |
* | | | first version of RuleBasedScanner for JavaScriptKornelius Kalnbach2015-03-212-0/+369
| | | |
* | | | this seems obsoleteKornelius Kalnbach2015-03-211-1/+0
| | | |
* | | | no need to modify file_extensionKornelius Kalnbach2015-03-214-4/+4
| | | |
* | | | add alternative JSON scannersKornelius Kalnbach2015-03-215-18/+533
| | | |
* | | | Merge branch 'master' into dslKornelius Kalnbach2015-03-212-25/+17
|\ \ \ \ | |/ / /
| * | | prevent running out of regexp stackKornelius Kalnbach2015-03-211-1/+1
| |/ /
| * | fix for #163 (SQL scanner), declare 1.1.1Kornelius Kalnbach2014-02-221-24/+16
| |/
* | wsKornelius Kalnbach2013-10-281-0/+1
| |
* | experiment with JSON scannerKornelius Kalnbach2013-10-281-16/+17
|/
* final cleanupv1.1.0Kornelius Kalnbach2013-09-011-1/+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-212-22/+20
|
* prevent Symbol attack in Debug scannerKornelius Kalnbach2013-07-211-17/+22
|
* prevent Symbol attack in Raydebug scannerKornelius Kalnbach2013-07-211-2/+14
|
* mark possibly problematic spots with FIXMEKornelius Kalnbach2013-07-205-0/+9
|
* add Ruby 2 syntax: %i(…) and %I(…)Kornelius Kalnbach2013-07-201-1/+4
|
* 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
| |
| * fix #139: don't scan for :include after eosKornelius Kalnbach2013-07-131-0/+2
| |
| * split '" string states in Sass scanner (edge case)Kornelius Kalnbach2013-07-131-16/+11
| |
| * don't change value of objects you don't ownKornelius Kalnbach2013-07-122-4/+4
| |
* | yup, no C-style directives (auto extern static)Nathan Youngman2013-06-231-5/+0
| |
* | predeclared identifiersNathan Youngman2013-06-231-1/+7
| | | | | | | | http://golang.org/ref/spec#Predeclared_identifiers
* | add imaginary numbers to Go scannerNathan Youngman2013-06-231-5/+9
| |
* | Go doesn't have a "f" suffix for floats like C.Nathan Youngman2013-06-231-1/+1
| |
* | Merge branch 'go-scanner' of github.com:rubychan/coderay into go-scannerKornelius Kalnbach2013-06-231-1/+1
|\ \ | | | | | | | | | | | | Conflicts: lib/coderay/scanners/go.rb
| * | additional types: string, errorNathan Youngman2013-06-231-1/+1
| | | | | | | | | | | | http://golang.org/ref/spec#Predeclared_identifiers
* | | fix label_expected (test case?)Kornelius Kalnbach2013-06-231-1/+2
| | |
* | | fix empty token in Go scannerKornelius Kalnbach2013-06-231-1/+1
| | |
* | | add support for raw strings in GoKornelius Kalnbach2013-06-231-1/+8
| | |
* | | add string as predefined typeKornelius Kalnbach2013-06-231-1/+1
| | |
* | | whitespaceKornelius Kalnbach2013-06-231-41/+41
|/ /
* | Merge branch 'master' into go-scannerKornelius Kalnbach2013-06-2313-56/+403
|\ \ | |/ | | | | | | Conflicts: lib/coderay/helpers/file_type.rb
| * fix diff/json token nesting issueKornelius Kalnbach2013-06-231-0/+4
| |
| * Merge branch 'master' into css-in-htmlKornelius Kalnbach2013-06-2311-46/+101
| |\
| | * Merge branch 'master' into upstreamKornelius Kalnbach2013-06-2310-43/+90
| | |\
| | | * fix another CSS empty token issueKornelius Kalnbach2013-06-231-2/+2
| | | |
| | | * fix token nesting in PHP scannerKornelius Kalnbach2013-06-231-4/+18
| | | |
| | | * fix unclosed token group in Ruby scannerKornelius Kalnbach2013-06-231-1/+1
| | | |