As noted in some comments above, you can install:
apt install wdiff colordiff
and then use
wdiff -n a b | colordiff
-n, --avoid-wraps do not extend fields through newlines
As noted in some comments above, you can install:
apt install wdiff colordiff
and then use
wdiff -n a b | colordiff
-n, --avoid-wraps do not extend fields through newlines