I'm currently working on a project that needs syntax highlighting, and I've tried using highlight.js, but I encountered some issues with it. Could anyone recommend effective alternatives or solutions that worked well for them?
3 Answers
I recommend checking out this option: https://ethanschoonover.com/solarized/. It's pretty versatile for different needs.
Have you looked into using a language server protocol (LSP)? It's a great way to handle syntax highlighting and other coding assistance features.
I was actually going to suggest highlight.js! What problems did you run into while trying to implement it? I've used it without any issues for my tutorials using Nuxt Content.
It was pretty tough for me to set up, and I faced a lot of bugs and headaches.

I'll give that a try, thanks!