Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing rouge scannerdsl | Kornelius Kalnbach | 2017-11-27 | 2 | -0/+269 |
| | |||||
* | testing SingleStateRuleBasedScanner; not faster :( | Kornelius Kalnbach | 2017-11-05 | 2 | -0/+163 |
| | |||||
* | normalize class names | Kornelius Kalnbach | 2017-11-03 | 5 | -9/+9 |
| | |||||
* | Merge branch 'master' into dsl | Kornelius Kalnbach | 2017-11-02 | 2 | -2/+2 |
|\ | |||||
| * | avoid regexp syntax warnings on Ruby 1.8 | Kornelius Kalnbach | 2017-09-03 | 1 | -1/+1 |
| | | |||||
| * | restore support for Ruby 1.8.7 | Kornelius Kalnbach | 2017-09-03 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #212 from t-gergely/java-nonascii | Kornelius Kalnbach | 2017-09-03 | 1 | -1/+1 |
| |\ | | | | | | | allow for non-ASCII identifiers | ||||
| | * | compatibility with Ruby < 2 | t-gergely | 2017-07-07 | 1 | -1/+1 |
| | | | | | | | | | As requested by korny. Thanks. | ||||
| | * | allow for non-ASCII identifiers | t-gergely | 2017-07-04 | 1 | -1/+1 |
| | | | |||||
| * | | allow "-" in Haml tags | Kornelius Kalnbach | 2017-04-09 | 1 | -1/+1 |
| |/ | |||||
* | | working towards DSL scanner | Kornelius Kalnbach | 2017-04-09 | 5 | -0/+626 |
| | | |||||
* | | Merge branch 'master' into dsl | Kornelius Kalnbach | 2016-06-04 | 1 | -17/+19 |
|\ \ | |/ | |||||
| * | Moved final from keywords to directive | Johnny Willemsen | 2016-05-30 | 1 | -2/+2 |
| | | | | | | | | * lib/coderay/scanners/cpp.rb: | ||||
| * | Small changes to grouping of new C++11 keywords | Johnny Willemsen | 2016-03-13 | 1 | -4/+4 |
| | | | | | | | | * lib/coderay/scanners/cpp.rb: | ||||
| * | Add C++11 keywords | Johnny Willemsen | 2016-03-10 | 1 | -16/+18 |
| | | | | | | | | * lib/coderay/scanners/cpp.rb: | ||||
* | | remove templates, yay! | Kornelius Kalnbach | 2016-02-14 | 5 | -146/+42 |
| | | |||||
* | | generate scanner code automatically | Kornelius Kalnbach | 2016-02-14 | 1 | -28/+8 |
| | | |||||
* | | remove obsolete flag, fix order of rules | Kornelius Kalnbach | 2016-02-14 | 1 | -2/+2 |
| | | |||||
* | | optional push state (return nil) | Kornelius Kalnbach | 2016-02-14 | 1 | -6/+4 |
| | | |||||
* | | add line number to eval | Kornelius Kalnbach | 2016-02-14 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into dsl | Kornelius Kalnbach | 2016-02-13 | 2 | -1/+338 |
|\ \ | |/ | |||||
| * | Merge branch 'master' into autoloadautoload | Kornelius Kalnbach | 2016-02-13 | 5 | -33/+40 |
| |\ | |||||
| * | | use autoload again | Kornelius Kalnbach | 2013-10-22 | 2 | -1/+338 |
| | | | |||||
* | | | Merge branch 'master' into dsl | Kornelius Kalnbach | 2016-02-13 | 4 | -8/+23 |
|\ \ \ | | |/ | |/| | |||||
| * | | 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 | 3 | -9/+1 |
| | | | | |||||
* | | | | 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 |
| | | | | |||||
* | | | | use explicit pattern method | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | fix comment | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | scanner tweaks | Kornelius Kalnbach | 2016-02-13 | 3 | -5/+6 |
| | | | | |||||
* | | | | add push/pop state, working on C scanner | Kornelius Kalnbach | 2015-04-22 | 1 | -0/+126 |
| | | | | |||||
* | | | | move RuleBasedScanner into own file | Kornelius Kalnbach | 2015-04-03 | 2 | -222/+2 |
| | | | | |||||
* | | | | add DSL CSS scanner | Kornelius Kalnbach | 2015-04-03 | 1 | -0/+125 |
| | | | | |||||
* | | | | add check_unless | Kornelius Kalnbach | 2015-04-03 | 1 | -2/+17 |
| | | | |