summaryrefslogtreecommitdiff
path: root/lib/coderay
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Support for phtml filesAlexandre Vezina2013-03-231-0/+1
| | | | |
| * | | | fix order of SASS_FUNCTIONsKornelius Kalnbach2013-04-111-1/+1
| | | | |
| * | | | Merge branch 'master' into sass-scannerKornelius Kalnbach2013-03-117-8/+8
| |\ \ \ \ | | |/ / /
| | * | | minor tweaks to generator and scanner edge casesKornelius Kalnbach2013-03-117-8/+8
| | | | |
| * | | | added Sass scanner (work in progress)Kornelius Kalnbach2013-03-114-17/+220
| |/ / /
| * | | vastly improve Debug encoder speed on Ruby 1.9.3Kornelius Kalnbach2013-03-111-1/+1
| | | |
* | | | support multi-line comments in JavaScript diffKornelius Kalnbach2013-03-101-4/+27
|/ / /
* | | cleanupKornelius Kalnbach2013-03-101-1/+1
| | |
* | | Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2013-03-107-53/+66
|\ \ \
| * | | fix #41 by removing special caseKornelius Kalnbach2013-03-101-17/+22
| | | | | | | | | | | | | | | | Also, clean up some code.
| * | | 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
|\ \ \ | |/ /
| * | 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
| | |
| * | Update lib/coderay/encoders/html/numbering.rbshura2012-08-281-1/+1
| | |
* | | Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2012-09-071-1/+1
|\ \ \ | |/ /
| * | add :string.:char, remove :regexp.:function color from terminal encode (GH #29)Kornelius Kalnbach2012-07-231-1/+1
| |/
* | Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2012-06-252-9/+1
|\ \ | |/
| * replace LGPL license with MIT [GH-25]Kornelius Kalnbach2012-06-211-5/+0
| |
| * HTML scanner accepts boolean attributes; fixes issue #26Kornelius Kalnbach2012-06-191-4/+1
| |
* | Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2012-04-137-20/+33
|\ \ | |/
| * 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
| |/
* | Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2012-01-211-2/+2
|\ \ | |/
| * fix whitespace changesJoel Holdbrooks2012-01-201-38/+38
| |
| * begin/end with group :function instead of :stringJoel Holdbrooks2012-01-131-40/+40
| |
* | Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2011-12-277-19/+17
|\ \ | |/ | | | | | | Conflicts: coderay.gemspec
| * prepare CodeRay 1.0.5.rc1Kornelius Kalnbach2011-12-271-1/+1
| |
| * use coderay_path on all autoload callsKornelius Kalnbach2011-12-272-3/+3
| |