ralsina / tartrazine

A Crystal reimplementation of the Pygments/Chroma syntax highlighters
MIT License
9 stars 1 forks source link

feat: use the native crystal highlighter #3

Closed ralsina closed 1 month ago

ralsina commented 1 month ago

The chroma highlighter for crystal is not great, because the pygments one special cases things like heredocs and that got lost in translation.

Since the crystal compiler comes with a highlighter why not use it?

This should help with #2