pkryger / difftastic.el

Wrapper for difftastic
GNU General Public License v3.0
45 stars 4 forks source link

Use more face properties when updating output #9

Open pkryger opened 4 months ago

pkryger commented 4 months ago

When difftastic output is customized using user defined faces only foreground and background properties are used. This is to update difftastic--ansi-color-add-background functions family to support more properties from user defined faces.

A few properties that match ansi-color (i.e, bold, underline) could be re-use respective ansi-color faces, for others, need to investigate how font-lock is doing that.