summaryrefslogtreecommitdiff
path: root/lib/coderay
Commit message (Collapse)AuthorAgeFilesLines
...
| | * 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
| | |
| | * 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
| | |
| * | Merge branch 'master' into go-scannerKornelius Kalnbach2013-06-303-8/+66
| |\ \ | | |/
| | * add Lint encoder; do we still need DebugLint?Kornelius Kalnbach2013-06-302-7/+62
| | |
| | * 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.
| * | 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
| * | | make predefined-type a bit more bright/blueKornelius Kalnbach2013-06-231-1/+1
| | | |
| * | | 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-2324-415/+742
| |\ \ | | |/ | | | | | | | | | Conflicts: lib/coderay/helpers/file_type.rb
| * | Merge branch 'master' into go-scannerKornelius Kalnbach2013-06-1223-248/+558
| |\ \
| * \ \ Merge branch 'master' into go-scannerKornelius Kalnbach2013-03-108-84/+122
| |\ \ \
| * | | | fix whitespaceKornelius Kalnbach2012-07-281-18/+18
| | | | |
| * | | | Merge remote-tracking branch 'Eric-Guo/go-scanner' into go-scannerKornelius Kalnbach2012-07-282-18/+214
| |\ \ \ \
| | * | | | New: *Go Encoder*Eric Guo2012-07-082-18/+214
| | | | | | | | | | | | | | | | | | | | | | | | Draft version, copy from c
* | | | | | tweaking colors for :function tokensKornelius Kalnbach2013-06-231-1/+2
| |_|_|_|/ |/| | | |
* | | | | trying different ways to load CodeRay versionKornelius Kalnbach2013-06-231-1/+1
| | | | |