highlightjs-gdscript
highlightjs-gdscript copied to clipboard
Publish to NPM
Hi!
First of all: thank you for creating this project!
I am a maintainer of the upcoming GDScript track in Exercism. In order to get the highlighting working in our online editor, we need a highlightjs module available as an NPM package. AFAIK currently this repo is not published, so, as a workaround, I forked it and published a scoped version.
Are there any plans to make the original version available in NPM?
Cheers, Paweł
Did you ever get this sorted? I'm creating a website that needs GDScript highlighting as well but doesn't seem like it's easily usable with Sveltekit and the svelte-highlight package since it's not on NPM.
Just FYI with any [decent] build system it should be fairly easy to vendor a library locally. (as you do all your own JS). I can't help you with that, but it should be possible.