Integrating syntax highlighting into bubble tea textarea with chroma
hey guys, I've been working on a tui app using bubble tea and trying to add syntax highlighting to a textarea bubble. I've found the chroma lexer library which seems like it would do the job, but I'm not sure how to actually integrate it.
Has anyone done this before?