language-diff icon indicating copy to clipboard operation
language-diff copied to clipboard

Results 4 language-diff issues
Sort by recently updated
recently updated
newest added

Could you add an option to view the diff as a side-by-side? ![Example](https://diff2html.xyz/img/snapshot-3.png)

question

add header tag to index add regexps for: - files overview - new file mode line - deleted file mode line - mail header add color to: - range and...

enhancement

I thought it would be great to hilight the whole diffed lines, so I ended using the following stylesheet: ```less atom-text-editor::shadow { .line { position: relative; .meta.diff.header::after, .meta.diff.index::after, .markup.inserted.diff::after, .markup.deleted.diff::after...

enhancement
help wanted

If you view a diff produced using `git diff --word-diff=plain`, it doesn't get highlighted.

enhancement
help wanted