summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Removed double lineJohnny Willemsen2016-05-301-1/+0
| | | | | | | | * .travis.yml:
| * Removed merge issueJohnny Willemsen2016-05-301-1/+0
| | | | | | | | * .travis.yml:
| * Moved final from keywords to directiveJohnny Willemsen2016-05-301-2/+2
| | | | | | | | * lib/coderay/scanners/cpp.rb:
| * Merged upstreamJohnny Willemsen2016-05-301-5/+5
| |\
| | * tweaking list of Rubies for CIKornelius Kalnbach2016-05-291-4/+4
| | |
| * | Shouldn't have removed the jruby linesJohnny Willemsen2016-05-271-0/+2
| | | | | | | | | | | | * .travis.yml:
| * | Allow failures with jruby 18 and 19 mode, RedCloth has a known problem, see ↵Johnny Willemsen2016-05-271-2/+2
| | | | | | | | | | | | | | | | | | https://jgarber.lighthouseapp.com/projects/13054/tickets/230-use-rbconfig-instead-of-obsolete-and-deprecated-config * .travis.yml:
| * | Add env setting to allow C extensions which are not allowed by default ↵Johnny Willemsen2016-05-271-0/+3
| | | | | | | | | | | | | | | | | | anymore by travis-ci, see https://docs.travis-ci.com/user/languages/ruby * .travis.yml:
| * | Fixed mergeJohnny Willemsen2016-05-271-1/+0
| |\ \ | | |/
| | * fix Windows line breaks in FOLDERS fileKornelius Kalnbach2016-04-031-48/+48
| | |
| * | Merge branch 'master' of https://github.com/rubychan/coderayJohnny Willemsen2016-04-031-1/+1
| |\ \ | | |/
| | * fix tests for Ruby 1.8Kornelius Kalnbach2016-04-031-1/+1
| | |
| * | Small changes to grouping of new C++11 keywordsJohnny Willemsen2016-03-131-4/+4
| | | | | | | | | | | | * lib/coderay/scanners/cpp.rb:
| * | Fixed typoJohnny Willemsen2016-03-111-48/+48
| | | | | | | | | | | | * FOLDERS:
| * | Add C++11 keywordsJohnny Willemsen2016-03-101-16/+18
| |/ | | | | | | * lib/coderay/scanners/cpp.rb:
| * Use SVG badgesv1.1.1Kornelius Kalnbach2016-02-201-3/+3
| |
| * changelogv1.1.1.rc1Kornelius Kalnbach2016-02-131-0/+1
| |
| * Merge pull request #190 from rubychan/autoloadKornelius Kalnbach2016-02-1310-264/+292
| |\ | | | | | | Cleanup Folder structure
| | * Merge branch 'master' into autoloadautoloadKornelius Kalnbach2016-02-1312-42/+67
| | |\
| | * | cleanupKornelius Kalnbach2013-10-221-2/+0
| | | |
| | * | fixKornelius Kalnbach2013-10-221-1/+1
| | | |
| | * | tweaksKornelius Kalnbach2013-10-224-2/+10
| | | |
| | * | use autoload againKornelius Kalnbach2013-10-2212-266/+288
| | | |
* | | | Merge branch 'master' into possible-speedupsKornelius Kalnbach2016-02-139-12/+40
|\ \ \ \ | |/ / /
| * | | Merge pull request #193 from rubychan/tweak-function-colorsKornelius Kalnbach2016-02-132-1/+3
| |\ \ \ | | |_|/ | |/| | Tweak function colors
| | * | changelogKornelius Kalnbach2016-02-131-0/+1
| | | |
| | * | Merge branch 'master' into tweak-function-colorsKornelius Kalnbach2016-02-1378-3312/+548
| | |\ \ | | |/ / | |/| |
| * | | add older changes to changelogKornelius Kalnbach2016-02-131-0/+2
| | | |
| * | | document new option to keep tabsKornelius Kalnbach2016-02-131-1/+2
| | | |
| * | | add changelog for #164Kornelius 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
| | | | |
| * | | | Merge pull request #189 from rubychan/ruby-2.3Kornelius Kalnbach2016-02-134-7/+26
| |\ \ \ \ | | | | | | | | | | | | New Ruby 2.1, 2.2, 2.3 Syntax
| | * \ \ \ Merge branch 'master' into ruby-2.3Kornelius Kalnbach2016-02-132-1/+4
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | fix issue with tins on older Ruby versionsKornelius Kalnbach2016-02-131-0/+1
| | | | | |
| * | | | | add Ruby 2.3Kornelius Kalnbach2016-02-131-1/+2
| | | | | |
| * | | | | try Travis new infrastructureKornelius Kalnbach2016-02-131-0/+1
| | | | | |
| | * | | | don't ruin indentationKornelius Kalnbach2016-02-131-1/+1
| | | | | |
| | * | | | changelogKornelius Kalnbach2016-02-131-0/+4
| | | | | |
| | * | | | 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
| |/ / / /
| | | * | tweaking colors for :function tokensKornelius Kalnbach2013-06-231-1/+2
| | | | |
* | | | | Merge branch 'master' into possible-speedupsKornelius Kalnbach2015-12-242-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | don't lie in --help output; thanks @QuintusKornelius Kalnbach2015-04-221-1/+1
| | | | |
| * | | | prevent running out of regexp stackKornelius Kalnbach2015-03-211-1/+1
| | | | |