summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | generate scanner code automaticallyKornelius Kalnbach2016-02-142-36/+87
* | | | | | | | nicer debug outputKornelius Kalnbach2016-02-141-1/+1
* | | | | | | | remove obsolete flag, fix order of rulesKornelius Kalnbach2016-02-141-2/+2
* | | | | | | | optional push state (return nil)Kornelius Kalnbach2016-02-142-8/+10
* | | | | | | | add line number to evalKornelius Kalnbach2016-02-141-1/+1
* | | | | | | | Merge branch 'master' into dslKornelius Kalnbach2016-02-1312-265/+296
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | changelogv1.1.1.rc1Kornelius Kalnbach2016-02-131-0/+1
| * | | | | | | Merge pull request #190 from rubychan/autoloadKornelius Kalnbach2016-02-1310-264/+292
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | 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 pull request #193 from rubychan/tweak-function-colorsKornelius Kalnbach2016-02-132-1/+3
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | changelogKornelius Kalnbach2016-02-131-0/+1
| | * | | | | | Merge branch 'master' into tweak-function-colorsKornelius Kalnbach2016-02-1378-3312/+548
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | tweaking colors for :function tokensKornelius Kalnbach2013-06-231-1/+2
* | | | | | | | Merge branch 'master' into dslKornelius Kalnbach2016-02-138-11/+37
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | 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 object names.BenBasson2014-06-121-1/+1
| * | | | | | | | Merge pull request #189 from rubychan/ruby-2.3Kornelius Kalnbach2016-02-134-7/+26
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ 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
| | * | | | | | | add support for Ruby 2.1 number literal suffixesKornelius Kalnbach2016-02-131-1/+4
| |/ / / / / / /
* | | | | | | | cleanupKornelius Kalnbach2016-02-131-4/+4
* | | | | | | | remove whitespaceKornelius Kalnbach2016-02-134-16/+0
* | | | | | | | use setupKornelius Kalnbach2016-02-131-1/+1
* | | | | | | | cleanupKornelius Kalnbach2016-02-132-2/+1
* | | | | | | | move setup to superclassKornelius Kalnbach2016-02-134-9/+6
* | | | | | | | move comment to the topKornelius Kalnbach2016-02-131-1/+2
* | | | | | | | ignore benchmark resultsKornelius Kalnbach2016-02-131-0/+1
* | | | | | | | highlight generated C scanner (like the others)Kornelius Kalnbach2016-02-131-1/+1
* | | | | | | | add generated Lua scannerKornelius Kalnbach2016-02-131-0/+184
* | | | | | | | add json scanner using RuleBasedScannerKornelius Kalnbach2016-02-131-0/+92
* | | | | | | | warn about error tokensKornelius Kalnbach2016-02-131-1/+1
* | | | | | | | use explicit pattern methodKornelius Kalnbach2016-02-131-1/+1
* | | | | | | | quick increment/decrement, yay!Kornelius Kalnbach2016-02-131-0/+19