Open
Description
We've discussed in the past about using a PHP-based highlighting package, ideally one that uses TextMate grammar files, to replace our current solution.
Via the January 2025 edition of the excellent "PHP Annotated" newsletter published by @pronskiy I found this project that does exactly that:
https://github.com/phikiphp/phiki
A drawback of this library is that, for now, it inlines styles instead of using CSS classes.