cemerick / jsdifflib

A javascript library for diffing text and generating corresponding HTML views

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Highlight diff in an "updated line"

Goodwine opened this issue · comments

There seem to be 4 results: unchanged, added, removed, and updated.

For updated, it would be really cool if the library could highlight what exactly is different in an updated line like git's highlight-diff does.

It looks like PR #15 would solve this.