trishume / syntect

Rust library for syntax highlighting using Sublime Text syntax definitions.
https://docs.rs/syntect
MIT License
1.93k stars 140 forks source link

Build-in ANSI to RGBA colors parser #559

Open d47081 opened 1 day ago

d47081 commented 1 day ago

Does syntect already provide this feature or I should use any external crate? Thanks

keith-hall commented 19 hours ago

I'm pretty sure syntect doesn't have this feature, it generally deals with the other direction - outputting ANSI escape codes for RGBA/hex colors.