DiffMate uses the LCS (Longest Common Subsequence) algorithm - the same approach used by git diff.
Red / minus - lines only in "Original" (removed).
Green / plus - lines only in "Changed" (added).
Unchanged lines stay neutral. When two lines look similar, word-level highlighting shows what changed inside the line.
Options let you ignore whitespace, ignore case, or show only the changed lines.