← All writing
 ·  1 min read

Shiki: A Fresh Look at Syntax Highlighting

Mintlify’s switch from Highlight.js to Shiki fixed their Vue.js syntax highlighting issues. If you’ve struggled with code blocks in Highlight.js, Shiki is worth checking out.

Shiki: A Fresh Look at Syntax Highlighting

I noticed Mintlify switched from Highlight.js to Shiki for syntax highlighting.

I had hoped they would fix their Vue.js syntax highlighting issue, and Shiki did exactly that. Highlight.js often struggled with Vue-specific code blocks, but Shiki handles them well out of the box.

If you’ve run into similar issues, Shiki on GitHub is worth a look. I'm keeping my eye on it and plan to reach for it the next time I need syntax highlighting.