Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into dsl | Kornelius Kalnbach | 2016-02-13 | 5 | -9/+25 |
|\ | |||||
| * | document new option to keep tabs | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #173 from benbasson/dollar-in-object-names | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| |\ | | | | | | | Allow $ in SQL identifiers | ||||
| | * | Allow $ in SQL object names. | BenBasson | 2014-06-12 | 1 | -1/+1 |
| | | | |||||
| * | | don't ruin indentation | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | |||||
| * | | skip over interpolation if not nested | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | |||||
| * | | check for keys with escape sequences, too | Kornelius Kalnbach | 2016-02-13 | 2 | -2/+11 |
| | | | |||||
| * | | allow indentation of squiggly heredoc delimiter | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | |||||
| * | | add support for Ruby 2.3 squiggly heredocruby-2.3 | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | |||||
| * | | add support for Ruby 2.3 safe navigation operator | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | |||||
| * | | add support for Ruby 2.2 quoted hash keys | Kornelius Kalnbach | 2016-02-13 | 1 | -2/+5 |
| | | | | | | | | | KNOWN ISSUE: string interpolation will not work! | ||||
| * | | add support for Ruby 2.1 number literal suffixes | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+4 |
| | | | |||||
* | | | cleanup | Kornelius Kalnbach | 2016-02-13 | 1 | -4/+4 |
| | | | |||||
* | | | remove whitespace | Kornelius Kalnbach | 2016-02-13 | 4 | -16/+0 |
| | | | |||||
* | | | use setup | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | |||||
* | | | cleanup | Kornelius Kalnbach | 2016-02-13 | 2 | -2/+1 |
| | | | |||||
* | | | move setup to superclass | Kornelius Kalnbach | 2016-02-13 | 4 | -9/+6 |
| | | | |||||
* | | | move comment to the top | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+2 |
| | | | |||||
* | | | highlight generated C scanner (like the others) | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | |||||
* | | | add generated Lua scanner | Kornelius Kalnbach | 2016-02-13 | 1 | -0/+184 |
| | | | |||||
* | | | add json scanner using RuleBasedScanner | Kornelius Kalnbach | 2016-02-13 | 1 | -0/+92 |
| | | | |||||
* | | | warn about error tokens | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | |||||
* | | | use explicit pattern method | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | |||||
* | | | quick increment/decrement, yay! | Kornelius Kalnbach | 2016-02-13 | 1 | -0/+19 |
| | | | |||||
* | | | Push and Pop take optional group argument now | Kornelius Kalnbach | 2016-02-13 | 1 | -8/+32 |
| | | | |||||
* | | | add explicit pattern method; make pattern optional | Kornelius Kalnbach | 2016-02-13 | 1 | -30/+33 |
| | | | |||||
* | | | fix comment | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | |||||
* | | | scanner tweaks | Kornelius Kalnbach | 2016-02-13 | 4 | -9/+12 |
| | | | |||||
* | | | just show the array | Kornelius Kalnbach | 2016-02-13 | 1 | -2/+2 |
| | | | |||||
* | | | Debug encoder should count tokens for better inspection | Kornelius Kalnbach | 2016-02-13 | 1 | -0/+10 |
| | | | |||||
* | | | add push/pop state, working on C scanner | Kornelius Kalnbach | 2015-04-22 | 2 | -5/+156 |
| | | | |||||
* | | | move RuleBasedScanner into own file | Kornelius Kalnbach | 2015-04-03 | 3 | -222/+223 |
| | | | |||||
* | | | add DSL CSS scanner | Kornelius Kalnbach | 2015-04-03 | 1 | -0/+125 |
| | | | |||||
* | | | add check_unless | Kornelius Kalnbach | 2015-04-03 | 1 | -2/+17 |
| | | | |||||
* | | | use instance variable instead of class variable | Kornelius Kalnbach | 2015-03-25 | 1 | -35/+35 |
| | | | |||||
* | | | finally, a version that is fast without eval! | Kornelius Kalnbach | 2015-03-25 | 2 | -0/+400 |
| | | | |||||
* | | | more work on DSL scanner for JavaScript | Kornelius Kalnbach | 2015-03-22 | 5 | -60/+812 |
| | | | |||||
* | | | first version of RuleBasedScanner for JavaScript | Kornelius Kalnbach | 2015-03-21 | 2 | -0/+369 |
| | | | |||||
* | | | this seems obsolete | Kornelius Kalnbach | 2015-03-21 | 1 | -1/+0 |
| | | | |||||
* | | | no need to modify file_extension | Kornelius Kalnbach | 2015-03-21 | 4 | -4/+4 |
| | | | |||||
* | | | add alternative JSON scanners | Kornelius Kalnbach | 2015-03-21 | 5 | -18/+533 |
| | | | |||||
* | | | Merge branch 'master' into dsl | Kornelius Kalnbach | 2015-03-21 | 4 | -27/+19 |
|\ \ \ | |/ / | |||||
| * | | prevent running out of regexp stack | Kornelius Kalnbach | 2015-03-21 | 1 | -1/+1 |
| |/ | |||||
| * | HTML envoder keeps \t with tab_width: false | Kornelius Kalnbach | 2014-05-17 | 1 | -1/+1 |
| | | | | | | | | Fixes #170 | ||||
| * | fix for #163 (SQL scanner), declare 1.1.1 | Kornelius Kalnbach | 2014-02-22 | 2 | -25/+17 |
| | | |||||
* | | ws | Kornelius Kalnbach | 2013-10-28 | 1 | -0/+1 |
| | | |||||
* | | experiment with JSON scanner | Kornelius Kalnbach | 2013-10-28 | 1 | -16/+17 |
|/ | |||||
* | final cleanupv1.1.0 | Kornelius Kalnbach | 2013-09-01 | 1 | -1/+0 |
| | |||||
* | fix coderay -HTML optionv1.1.0.rc5 | Kornelius Kalnbach | 2013-08-30 | 1 | -6/+8 |
| | |||||
* | Merge pull request #149 from rubychan/fix-cache-attack | Kornelius Kalnbach | 2013-08-23 | 6 | -41/+64 |
|\ | | | | | Fix Symbol/Cache attacks |