oxidecomputer / rfd-site

Web frontend for browsing, searching, and reading RFDs
https://rfd.shared.oxide.computer
Mozilla Public License 2.0
28 stars 2 forks source link

Consider switching syntax highlighter to shiki #14

Open benjaminleonard opened 7 months ago

benjaminleonard commented 7 months ago

https://github.com/shikijs/shiki

As I tried to find language support for mermaid in highlight.js (and failed) – I found a textmate theme. We could consider switching to shiki as it supports the same themes that vscode uses, potentially opening up language support significant.

benjaminleonard commented 4 months ago

Posted by @david-crespo

Types on hover that works with shiki. Worthwhile when we have code examples in the docs.

https://shiki.style/packages/twoslash#shikijs-twoslash

image