summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | | | | * | ruby-head does not work because of RedCloth, remove it from Travis configv1.0.8Kornelius Kalnbach2012-10-072-4/+4
| | | | | | | | |
| | | | | | | * | testing more Ruby versions with TravisKornelius Kalnbach2012-10-071-4/+3
| | | | | | | | |
| | | | | | | | * :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-074-6/+8
| | | | | | | | |\ | | | | | | | | |/ | | | | | | | |/|
| | | | | | | * | cleaning up RC release scriptv1.0.8.rc1Kornelius Kalnbach2012-10-071-4/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | bump version to 1.0.8Kornelius Kalnbach2012-10-071-1/+1
| | | | | | | |
* | | | | | | | update changelogKornelius Kalnbach2012-10-071-0/+1
| | | | | | | |
* | | | | | | | Fix HTML scanner: Don't crash if HTML in a diff contains a JavaScript tag.Kornelius Kalnbach2012-10-072-1/+5
| | | | | | | |
| | | | | | | * 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-11123-40757/+32
| | | | | | | |\ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge pull request #32 from shurizzle/masterKornelius Kalnbach2012-09-011-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | Update html numbering
| * | | | | | | | Update lib/coderay/encoders/html/numbering.rbshura2012-08-281-1/+1
|/ / / / / / / /
* | | | | | | | changelogKornelius Kalnbach2012-07-231-0/+4
| | | | | | | |
* | | | | | | | add :string.:char, remove :regexp.:function color from terminal encode (GH #29)Kornelius Kalnbach2012-07-231-1/+1
| | | | | | | |
* | | | | | | | test with different Travis settings, againKornelius Kalnbach2012-07-191-1/+1
| | | | | | | |
* | | | | | | | test with different Travis settingsKornelius Kalnbach2012-07-181-3/+3
| | | | | | | |
* | | | | | | | remove etc folderKornelius Kalnbach2012-07-18116-40244/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | changelogv1.0.7Kornelius Kalnbach2012-06-211-0/+1
| | | | | | |
* | | | | | | replace LGPL license with MIT [GH-25]Kornelius Kalnbach2012-06-213-509/+22
| | | | | | |
| | | | | * | 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.
* | | | | prepare for rc2v1.0.7.rc2Kornelius Kalnbach2012-06-191-1/+1
| | | | |
* | | | | HTML scanner accepts boolean attributes; fixes issue #26Kornelius Kalnbach2012-06-192-4/+2
| | | | |
* | | | | fix buggy indentation in documentation (issue #23)Kornelius Kalnbach2012-05-041-5/+5
| |_|_|/ |/| | |
* | | | bump version to 1.0.7v1.0.7.rc1Kornelius Kalnbach2012-04-062-1/+5
| | | |
* | | | Merge pull request #20 from TildeWill/masterKornelius Kalnbach2012-04-051-1/+0
|\ \ \ \ | | | | | | | | | | Removed redundant raise
| * | | | 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.
* | | | | last changes before release of 1.0.6v1.0.6Kornelius Kalnbach2012-04-062-0/+2
|/ / / /
* | | | update changelog, bump version to 1.0.6v1.0.6.rc1Kornelius Kalnbach2012-04-022-1/+3
| | | |
* | | | Merge branch 'master' into independent-linesKornelius Kalnbach2012-04-021-0/+1
|\ \ \ \
| * | | | ignore .DS_StoreKornelius Kalnbach2012-04-021-0/+1
| | | | |
* | | | | rename :independent_lines option to :break_linesKornelius Kalnbach2012-04-022-8/+9
| | | | |
* | | | | here come the white-space nazisKornelius Kalnbach2012-04-013-32/+32
| | | | |
* | | | | Merge remote-tracking branch 'emassip/master' into independent-linesKornelius Kalnbach2012-04-013-19/+134
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added a unit test for HTML encoder (with a test for :line_independent option)Etienne Massip2012-03-291-0/+104
| | | | |
| * | | | 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
| | | |
* | | | fix tests for #16Kornelius Kalnbach2012-03-311-3/+3
| | | |
* | | | 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
| |/ / /
* | | | remove rbx-19mode from travis for nowKornelius Kalnbach2012-03-021-1/+1
| | | |
* | | | replace weird regexp that confuses ruby-headKornelius Kalnbach2012-03-021-1/+1
| | | |
* | | | update .travis.ymlKornelius Kalnbach2012-03-021-3/+5
| | | |
* | | | changelogKornelius Kalnbach2012-01-211-0/+4
|/ / /
* | | Merge pull request #13 from noprompt/masterKornelius Kalnbach2012-01-212-2/+3
|\ \ \ | |_|/ |/| | Highlight CSS functions as :function
| * | fix whitespace changesJoel Holdbrooks2012-01-201-38/+38
| | |