summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/diff.rb
Commit message (Expand)AuthorAgeFilesLines
* fix spaces around operators (RuboCop)Kornelius Kalnbach2019-11-241-2/+2
* prevent running out of regexp stackKornelius Kalnbach2015-03-211-1/+1
* avoid empty tokens in Diff scannerKornelius Kalnbach2013-06-231-1/+1
* don't allow \x00 in diff filenamesKornelius Kalnbach2013-06-091-1/+1
* avoid empty tokens in Diff output, fix split_into_partsKornelius Kalnbach2013-06-091-1/+1
* Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2011-12-271-3/+1
|\
| * let autoloading to the work (fix test warnings)Kornelius Kalnbach2011-12-271-3/+1
* | simplify multiline diff regexpKornelius Kalnbach2011-12-121-1/+1
* | inline diff highlighting for multi-line changes (#227)Kornelius Kalnbach2011-11-021-29/+51
|/
* minor fix in diff scanner, .tmproj filetype: 1.0.3v1.0.3Kornelius Kalnbach2011-10-261-1/+1
* diff scanner: highlight "\ No newline" as :commentKornelius Kalnbach2011-09-091-5/+2
* fix issue with diffs inside of diffsKornelius Kalnbach2011-08-191-1/+3
* #309 Improved highlighting of Ruby inside diffsmurphy2011-06-221-15/+17
* Diff scanner now has its own, optimized inline-diff method; prevents regexp e...murphy2011-03-011-4/+21
* Issue #227: Inline Diff Highlighting and improved intelligent diff murphy2010-06-011-8/+72
* Fixed bug in diff scanner.murphy2010-05-051-4/+4
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-011-52/+44
* Diff scanner highlights unknown lines as :comment instead of :head.murphy2010-03-311-1/+1
* Improved Diff scanner - yay! Finally! Still imperfect, but works (see #52).murphy2010-03-301-13/+35
* New: Plugin.title (closes #96)murphy2009-06-091-0/+1
* New: *Simple Diff Scanner* (closes #22).murphy2008-09-301-0/+104