vim-svelte-plugin
vim-svelte-plugin copied to clipboard
Bug
Syntax highlighting does not work when using arrow function expressions.
<svelte:window on:keydown={(e) => console.log(e)} />