Stream: show and tell

Topic: Highlight.js syntax highlighting for Roc


view this post on Zulip Isaac Van Doren (Sep 13 2024 at 02:14):

Hey folks, I just published a third party highlight.js package for Roc: npm GitHub. This can be registered with highlight.js to do syntax highlighting using Node or in the browser. I wrote this so that I can use it to highlight some code in a blog post which I think will be a nice usecase because it is very lightweight. We should also be able to integrate it with Exercism to get syntax highlighting for some of the code there.

This is what is looks like right now:
dark.png
light.png

There are many ways this can be improved so contributions are very welcome!

view this post on Zulip Aurélien Geron (Sep 13 2024 at 02:33):

It looks awesome, thanks Isaac! I'll update Exercism to use this.

view this post on Zulip Isaac Van Doren (Sep 13 2024 at 02:34):

Great!


Last updated: Jul 06 2025 at 12:14 UTC