Structured Text, adding syntax highligting to code tags

I’m using Structured Text inside a nuxt app.

I’m trying to add prism.js to add code syntax highlighting. The thing is I need to add a class name to the code tags specific to the language, like this guide shows.

I’m trying to figure out how to add a custom rendering to code blocks and can’t find any good documentation about it.

Hey @awdriggs, did you already see the vue-datocms repo readme on that?

If not, that might be a good place to start? If that didn’t work for you, could you please share some sample code?