dandavison / delta

A syntax-highlighting pager for git, diff, grep, and blame output
https://dandavison.github.io/delta/
MIT License
22.72k stars 379 forks source link

Switch from vte to anstyle-parse (already used in dependencies) #1638

Closed joshtriplett closed 7 months ago

joshtriplett commented 7 months ago

delta already depends indirectly on anstyle-parse through clap. Switch from vte to anstyle-parse to eliminate a few dependencies.

dandavison commented 7 months ago

Thanks! The anstyle project seems like a good development. I think I had heard of it a while ago but hadn't got around to seeing how we should be using it in delta.