summaryrefslogtreecommitdiff
path: root/lib/coderay
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | remove ondblclick handler from HTML outputKornelius Kalnbach2013-03-101-1/+1
| | | | | |
| | * | | | bump version to 1.0.9v1.0.9.rc1Kornelius Kalnbach2013-02-171-1/+1
| | | | | |
| | * | | | fix PHP scanner for Ruby 1.8Kornelius Kalnbach2013-02-171-1/+1
| | | | | |
| | * | | | fix #40 (PHP unicode)Kornelius Kalnbach2013-02-171-3/+2
| | | | | |
| | * | | | fix #83 (XML DTD)Kornelius Kalnbach2013-02-171-1/+1
| | | | | |
| | * | | | match Ruby 1.9 hash syntax even without space after colonKornelius Kalnbach2013-02-171-2/+2
| | | | | |
| | * | | | Merge branch 'fix-ruby-unicode' into fix-ruby-new-hash-syntaxKornelius Kalnbach2013-02-171-3/+3
| | |\ \ \ \
| | | * | | | improve support for Unicode non-alphanumeric characters in Ruby namesKornelius Kalnbach2013-02-171-3/+3
| | | | |/ / | | | |/| |
| | * | | | cleanup: value_expected should be booleanKornelius Kalnbach2013-02-171-2/+2
| | | | | |
| | * | | | Merge branch 'master' into fix-ruby-new-hash-syntaxKornelius Kalnbach2013-02-171-15/+15
| | |\ \ \ \
| | | * | | | whitespaceKornelius Kalnbach2013-02-171-15/+15
| | | |/ / /
| | * | | | fix #106: re-introduce highlightinging of { key: value } in Ruby 1.9 hashesKornelius Kalnbach2013-02-171-11/+20
| | |/ / /
| * | | | Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2012-10-113-3/+6
| |\ \ \ \ | | |/ / /
| * | | | Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2012-09-071-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2012-06-252-9/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2012-04-137-20/+33
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2012-01-211-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2011-12-277-19/+17
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: coderay.gemspec
| * | | | | | | simplify multiline diff regexpKornelius Kalnbach2011-12-122-2/+2
| | | | | | | |
| * | | | | | | inline diff highlighting for multi-line changes (#227)Kornelius Kalnbach2011-11-022-30/+52
| | | | | | | |
* | | | | | | | :map token kindNathan Youngman2012-10-273-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use :map instead of :table. It's more generic, and won't be confused with the :table rendering style.
* | | | | | | | Merge branch 'master' into lua-scannerKornelius Kalnbach2012-10-072-2/+5
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | bump version to 1.0.8Kornelius Kalnbach2012-10-071-1/+1
| | | | | | | |
| * | | | | | | Fix HTML scanner: Don't crash if HTML in a diff contains a JavaScript tag.Kornelius Kalnbach2012-10-071-1/+4
| | | | | | | |
* | | | | | | | escape = in regex (my editor gets confused:-)Nathan Youngman2012-09-111-10/+10
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'origin/lua-scanner-faster' into lua-scannerNathan Youngman2012-09-111-27/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | use case+when instead of send and methodsKornelius Kalnbach2012-06-191-33/+31
| | | | | | | | |
* | | | | | | | | Merge branch 'master' into lua-scannerNathan Youngman2012-09-113-7/+2
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Update lib/coderay/encoders/html/numbering.rbshura2012-08-281-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | add :string.:char, remove :regexp.:function color from terminal encode (GH #29)Kornelius Kalnbach2012-07-231-1/+1
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | replace LGPL license with MIT [GH-25]Kornelius Kalnbach2012-06-211-5/+0
| | | | | | |
* | | | | | | fix for Ruby 1.8, escape { and } in regexpsKornelius Kalnbach2012-06-191-6/+6
| |/ / / / / |/| | | | |
* | | | | | Merge remote-tracking branch 'Quintus/luascanner-onecommit' into lua-scannerKornelius Kalnbach2012-06-193-0/+271
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Lua scanner for CodeRay. Meta-commit.Quintus2012-04-223-0/+271
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | This commit is a super-commit containing all the subcommits for implementing the Lua scanner.
* | | | | HTML scanner accepts boolean attributes; fixes issue #26Kornelius Kalnbach2012-06-191-4/+1
|/ / / /
* | | | bump version to 1.0.7v1.0.7.rc1Kornelius Kalnbach2012-04-061-1/+1
| | | |
* | | | Removing redundant LoadError raise. File.exists? seems to have problems when ↵Will Read2012-04-011-1/+0
| | | | | | | | | | | | | | | | included in other gems and returns false when files are indeed present.
* | | | update changelog, bump version to 1.0.6v1.0.6.rc1Kornelius Kalnbach2012-04-021-1/+1
| | | |
* | | | rename :independent_lines option to :break_linesKornelius Kalnbach2012-04-021-5/+6
| | | |
* | | | here come the white-space nazisKornelius Kalnbach2012-04-012-12/+13
| | | |
* | | | Merge remote-tracking branch 'emassip/master' into independent-linesKornelius Kalnbach2012-04-012-19/+30
|\ \ \ \
| * | | | Fixed handling of eols inside token content.Etienne Massip2012-03-291-6/+10
| | | | |
| * | | | Extracted code making HTML lines independent from numbering code to a ↵Etienne Massip2012-01-262-18/+25
| | |_|/ | |/| | | | | | | | | | specific option in encoder.
* | | | specify encoding of PHP scanner file (fails when RUBYOPT=-Ku is set)Kornelius Kalnbach2012-03-311-0/+1
| | | |
* | | | Merge remote-tracking branch 'dslh/master'Kornelius Kalnbach2012-03-311-3/+3
|\ \ \ \
| * | | | Fixing automatic type selection for html files.Doug Hammond2012-02-231-3/+3
| |/ / /
* | | | replace weird regexp that confuses ruby-headKornelius Kalnbach2012-03-021-1/+1
|/ / /
* | | fix whitespace changesJoel Holdbrooks2012-01-201-38/+38
| | |
* | | begin/end with group :function instead of :stringJoel Holdbrooks2012-01-131-40/+40
| |/ |/|
* | prepare CodeRay 1.0.5.rc1Kornelius Kalnbach2011-12-271-1/+1
| |