summaryrefslogtreecommitdiff
path: root/lib/coderay
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into possible-speedupsKornelius Kalnbach2017-11-032-2/+1
|\
| * port a few tweaks from dsl branchKornelius Kalnbach2017-11-032-2/+1
| |
* | Merge branch 'master' into possible-speedupsKornelius Kalnbach2017-11-026-6/+6
|\ \ | |/
| * bump version to 1.1.2v1.1.2.rc1v1.1.2Kornelius Kalnbach2017-09-031-1/+1
| |
| * 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
| | |
| * | Merge pull request #211 from pat/frozen-string-literalsKornelius Kalnbach2017-07-072-3/+3
| |\ \ | | | | | | | | Get tests running with frozen string literals.
| | * | Get tests running with frozen string literals.Pat Allan2017-06-282-3/+3
| | |/
| * | allow "-" in Haml tagsKornelius Kalnbach2017-04-091-1/+1
| |/
| * Remove executable bit for the script files with shebang.Jun Aruga2017-01-111-0/+0
| |
* | don't escape /Kornelius Kalnbach2016-06-131-1/+1
| |
* | speedup plugin lookupKornelius Kalnbach2016-06-131-5/+15
| |
* | use EscapeUtilsKornelius Kalnbach2016-06-071-38/+2
| |
* | Merge branch 'master' into possible-speedupsKornelius Kalnbach2016-06-0410-272/+302
|\ \ | |/
| * 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:
| * Merge pull request #190 from rubychan/autoloadKornelius Kalnbach2016-02-139-255/+283
| |\ | | | | | | Cleanup Folder structure
| | * Merge branch 'master' into autoloadautoloadKornelius Kalnbach2016-02-137-36/+44
| | |\
| | * | cleanupKornelius Kalnbach2013-10-221-2/+0
| | | |
| | * | fixKornelius Kalnbach2013-10-221-1/+1
| | | |
| | * | tweaksKornelius Kalnbach2013-10-224-2/+10
| | | |
| | * | use autoload againKornelius Kalnbach2013-10-2211-257/+279
| | | |
* | | | Merge branch 'master' into possible-speedupsKornelius Kalnbach2016-02-136-10/+27
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' into tweak-function-colorsKornelius Kalnbach2016-02-1318-122/+422
| |\ \ \ | | | |/ | | |/|
| | * | 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
| | | | |
| * | | | tweaking colors for :function tokensKornelius Kalnbach2013-06-231-1/+2
| | | | |
* | | | | Merge branch 'master' into possible-speedupsKornelius Kalnbach2015-12-241-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | prevent running out of regexp stackKornelius Kalnbach2015-03-211-1/+1
| | |/ / | |/| |
* | | | Merge branch 'master' into possible-speedupsKornelius Kalnbach2014-12-183-26/+18
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: lib/coderay/encoders/html.rb
| * | | 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
| | |/ | |/|
* | | don't escape " in HTMLKornelius Kalnbach2013-11-201-2/+1
| | |
* | | even less API changesKornelius Kalnbach2013-10-032-3/+2
| | |
* | | don't break old APIKornelius Kalnbach2013-10-031-12/+13
| | |
* | | cleanup changes into make_escape_cacheKornelius Kalnbach2013-09-201-16/+27
| | |
* | | Merge branch 'master' into possible-speedupsKornelius Kalnbach2013-09-071-1/+0
|\ \ \ | |/ /