metonym / svelte-highlight

Syntax Highlighting for Svelte using highlight.js
https://svhe.onrender.com
MIT License
253 stars 13 forks source link

Make the highligth update when editing #281

Closed QuentinAM closed 1 year ago

QuentinAM commented 1 year ago

Is there a way that it keep highlighting while editing to make it look like an IDE ?

metonym commented 1 year ago

For proper editing capabilities, I would recommend a technology like CodeMirror.

For contenteditable usage, I will consider supporting that, now that Svelte supports innerText bindings since version 3.58 (tracked in #264).