summaryrefslogtreecommitdiff
path: root/lib/coderay
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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
| |
| * let autoloading to the work (fix test warnings)Kornelius Kalnbach2011-12-271-3/+1
| |
| * Bug #6: merge ConradIrwin's approach with korny'sKornelius Kalnbach2011-12-273-6/+6
| |
| * Remove assumption about a stable $:Conrad Irwin2011-12-234-7/+7
| | | | | | | | | | | | | | | | | | | | In some environments (e.g. [1]) $: can change between loading the library and using it. To avoid this problem, we always pass an absolute path to autoload internal modules. [1] https://github.com/pry/pry/issues/280
| * use bright blue because dark blue is hard to see on black terminalKornelius Kalnbach2011-12-151-6/+6
| |
* | simplify multiline diff regexpKornelius Kalnbach2011-12-122-2/+2
| |
* | inline diff highlighting for multi-line changes (#227)Kornelius Kalnbach2011-11-022-30/+52
|/
* css scanner fixes; preparing 1.0.4Kornelius Kalnbach2011-11-022-8/+15
|
* minor fix in diff scanner, .tmproj filetype: 1.0.3v1.0.3Kornelius Kalnbach2011-10-263-2/+3
|
* fix .erb file type recognition; prepare 1.0.2v1.0.2Kornelius Kalnbach2011-10-262-1/+2
|
* simplify HTML page layout (no border)Kornelius Kalnbach2011-10-191-1/+9
|
* version bumped to 1.0.1Kornelius Kalnbach2011-10-171-1/+1
|
* fix additional scrollbarKornelius Kalnbach2011-10-151-1/+0
|
* allow - and / in YAML keysKornelius Kalnbach2011-10-131-1/+1
|
* cleanups, documentation for TokensProxyKornelius Kalnbach2011-09-214-98/+26
|
* TokensProxy cleanup; #each returns selfKornelius Kalnbach2011-09-191-12/+13
|
* Merge branch 'master' into tokens-proxyKornelius Kalnbach2011-09-191-2/+2
|\
| * cleanup JSON encoder gem loadingKornelius Kalnbach2011-09-191-2/+2
| |
* | TokensProxy: wrap upKornelius Kalnbach2011-09-192-13/+14
| |
* | #352 CodeRay.scan returns TokensProxyKornelius Kalnbach2011-09-181-0/+27
|/
* backgroun-color fine tuning (alpha)Kornelius Kalnbach2011-09-181-7/+7
|
* less spaces mean more code on 13" screensKornelius Kalnbach2011-09-091-3/+3
|
* remove obsolete workaround for old Rubinius incompatibilityKornelius Kalnbach2011-09-091-25/+5
|
* #353 New scanner: HAML!Kornelius Kalnbach2011-09-092-0/+169
|
* fix color for :predefined_constant in Alpha styleKornelius Kalnbach2011-09-091-2/+2
|
* Ruby scanner accepts :state options and provides #interpreted_string_state ↵Kornelius Kalnbach2011-09-091-1/+5
| | | | method
* HTML scanner ignores <% tags and accepts :state optionKornelius Kalnbach2011-09-091-2/+2
|
* refactor erb scanner open tag matching to fix a minor bugKornelius Kalnbach2011-09-091-8/+12
|