summaryrefslogtreecommitdiff
path: root/lib/coderay
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | tweaking colors for :function tokensKornelius Kalnbach2013-06-231-1/+2
| | | | | | |
* | | | | | | Merge branch 'master' into dslKornelius Kalnbach2016-02-135-9/+25
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | document new option to keep tabsKornelius 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
| | | |_|_|/ / | | |/| | | |
| * | | | | | 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-134-9/+6
| | | | | |
* | | | | | 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
| | | | | |
* | | | | | 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
| | | | | |
* | | | | | Push and Pop take optional group argument nowKornelius Kalnbach2016-02-131-8/+32
| | | | | |
* | | | | | add explicit pattern method; make pattern optionalKornelius Kalnbach2016-02-131-30/+33
| | | | | |
* | | | | | fix commentKornelius Kalnbach2016-02-131-1/+1
| | | | | |
* | | | | | scanner tweaksKornelius Kalnbach2016-02-134-9/+12
| | | | | |
* | | | | | just show the arrayKornelius Kalnbach2016-02-131-2/+2
| | | | | |
* | | | | | Debug encoder should count tokens for better inspectionKornelius Kalnbach2016-02-131-0/+10
| | | | | |
* | | | | | add push/pop state, working on C scannerKornelius Kalnbach2015-04-222-5/+156
| | | | | |
* | | | | | move RuleBasedScanner into own fileKornelius Kalnbach2015-04-033-222/+223
| | | | | |
* | | | | | add DSL CSS scannerKornelius Kalnbach2015-04-031-0/+125
| | | | | |
* | | | | | add check_unlessKornelius Kalnbach2015-04-031-2/+17
| | | | | |
* | | | | | use instance variable instead of class variableKornelius Kalnbach2015-03-251-35/+35
| | | | | |
* | | | | | finally, a version that is fast without eval!Kornelius Kalnbach2015-03-252-0/+400
| | | | | |
* | | | | | more work on DSL scanner for JavaScriptKornelius Kalnbach2015-03-225-60/+812
| | | | | |
* | | | | | first version of RuleBasedScanner for JavaScriptKornelius Kalnbach2015-03-212-0/+369
| | | | | |
* | | | | | this seems obsoleteKornelius Kalnbach2015-03-211-1/+0
| | | | | |
* | | | | | no need to modify file_extensionKornelius Kalnbach2015-03-214-4/+4
| | | | | |
* | | | | | add alternative JSON scannersKornelius Kalnbach2015-03-215-18/+533
| | | | | |
* | | | | | Merge branch 'master' into dslKornelius Kalnbach2015-03-214-27/+19
|\ \ \ \ \ \ | |/ / / / /
| * | | | | prevent running out of regexp stackKornelius Kalnbach2015-03-211-1/+1
| |/ / / /
| * | | | HTML envoder keeps \t with tab_width: falseKornelius Kalnbach2014-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | Fixes #170
| * | | | fix for #163 (SQL scanner), declare 1.1.1Kornelius Kalnbach2014-02-222-25/+17
| | |/ / | |/| |
* | | | wsKornelius Kalnbach2013-10-281-0/+1
| | | |
* | | | experiment with JSON scannerKornelius Kalnbach2013-10-281-16/+17
|/ / /
* | | final cleanupv1.1.0Kornelius Kalnbach2013-09-011-1/+0
| |/ |/|
* | fix coderay -HTML optionv1.1.0.rc5Kornelius Kalnbach2013-08-301-6/+8
| |