summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners
Commit message (Collapse)AuthorAgeFilesLines
* fix spaces around operators (RuboCop)Kornelius Kalnbach2019-11-248-11/+11
|
* Merge branch 'master' of github.com:rubychan/coderayKornelius Kalnbach2019-02-231-1/+1
|\
| * support for special type 'var'Davide Angelocola2018-09-301-1/+1
| |
* | add numeric to SQL typesKornelius Kalnbach2019-02-231-1/+1
|/
* port a few tweaks from dsl branchKornelius Kalnbach2017-11-032-2/+1
|
* avoid regexp syntax warnings on Ruby 1.8Kornelius Kalnbach2017-09-031-1/+1
|
* restore support for Ruby 1.8.7Kornelius Kalnbach2017-09-031-1/+1
|
* Merge pull request #212 from t-gergely/java-nonasciiKornelius Kalnbach2017-09-031-1/+1
|\ | | | | allow for non-ASCII identifiers
| * compatibility with Ruby < 2t-gergely2017-07-071-1/+1
| | | | | | As requested by korny. Thanks.
| * allow for non-ASCII identifierst-gergely2017-07-041-1/+1
| |
* | allow "-" in Haml tagsKornelius Kalnbach2017-04-091-1/+1
|/
* Moved final from keywords to directiveJohnny Willemsen2016-05-301-2/+2
| | | | * lib/coderay/scanners/cpp.rb:
* Small changes to grouping of new C++11 keywordsJohnny Willemsen2016-03-131-4/+4
| | | | * lib/coderay/scanners/cpp.rb:
* Add C++11 keywordsJohnny Willemsen2016-03-101-16/+18
| | | | * lib/coderay/scanners/cpp.rb:
* Merge branch 'master' into autoloadautoloadKornelius Kalnbach2016-02-135-33/+40
|\
| * 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
| |/
| * fix for #163 (SQL scanner), declare 1.1.1Kornelius Kalnbach2014-02-221-24/+16
| |
* | use autoload againKornelius Kalnbach2013-10-222-1/+338
|/
* 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