What are some good options for adding syntax highlighting in apps?

0
9
Asked By CreativePineapple42 On

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

Answered By VersatileCoder4 On

I recommend checking out this option: https://ethanschoonover.com/solarized/. It's pretty versatile for different needs.

SyntaxFanatic99 -

I'll give that a try, thanks!

Answered By CodeExplorer88 On

Have you looked into using a language server protocol (LSP)? It's a great way to handle syntax highlighting and other coding assistance features.

Answered By HighlightHero987 On

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.

CodeTroubler21 -

It was pretty tough for me to set up, and I faced a lot of bugs and headaches.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.