summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners
Commit message (Collapse)AuthorAgeFilesLines
* testing rouge scannerdslKornelius Kalnbach2017-11-272-0/+269
|
* testing SingleStateRuleBasedScanner; not faster :(Kornelius Kalnbach2017-11-052-0/+163
|
* normalize class namesKornelius Kalnbach2017-11-035-9/+9
|
* Merge branch 'master' into dslKornelius Kalnbach2017-11-022-2/+2
|\
| * 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
| |/
* | working towards DSL scannerKornelius Kalnbach2017-04-095-0/+626
| |
* | Merge branch 'master' into dslKornelius Kalnbach2016-06-041-17/+19
|\ \ | |/
| * 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:
* | remove templates, yay!Kornelius Kalnbach2016-02-145-146/+42
| |
* | generate scanner code automaticallyKornelius Kalnbach2016-02-141-28/+8
| |
* | remove obsolete flag, fix order of rulesKornelius Kalnbach2016-02-141-2/+2
| |
* | optional push state (return nil)Kornelius Kalnbach2016-02-141-6/+4
| |
* | add line number to evalKornelius Kalnbach2016-02-141-1/+1
| |
* | Merge branch 'master' into dslKornelius Kalnbach2016-02-132-1/+338
|\ \ | |/
| * Merge branch 'master' into autoloadautoloadKornelius Kalnbach2016-02-135-33/+40
| |\
| * | use autoload againKornelius Kalnbach2013-10-222-1/+338
| | |
* | | Merge branch 'master' into dslKornelius Kalnbach2016-02-134-8/+23
|\ \ \ | | |/ | |/|
| * | 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
| | | |
* | | | 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-133-9/+1
| | | |
* | | | move comment to the topKornelius Kalnbach2016-02-131-1/+2
| | | |
* | | | 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
| | | |
* | | | use explicit pattern methodKornelius Kalnbach2016-02-131-1/+1
| | | |
* | | | fix commentKornelius Kalnbach2016-02-131-1/+1
| | | |
* | | | scanner tweaksKornelius Kalnbach2016-02-133-5/+6
| | | |
* | | | add push/pop state, working on C scannerKornelius Kalnbach2015-04-221-0/+126
| | | |
* | | | move RuleBasedScanner into own fileKornelius Kalnbach2015-04-032-222/+2
| | | |
* | | | add DSL CSS scannerKornelius Kalnbach2015-04-031-0/+125
| | | |
* | | | add check_unlessKornelius Kalnbach2015-04-031-2/+17
| | | |