vim-svelte-plugin icon indicating copy to clipboard operation
vim-svelte-plugin copied to clipboard

Vim syntax and indent plugin for .svelte files

Results 4 vim-svelte-plugin issues
Sort by recently updated
recently updated
newest added

Hey there, thank you for maintaining this plugin! The below code seems to break syntax highlighting in everything following the closing curly braces. ```typescript const obj = { err: new...

Hi! I'm not getting any syntax highlighting when writing Javascript inside curly brackets in the template. Not sure if this is a bug or if it's just not implemented, but...

Syntax highlighting does not work when using arrow function expressions. ` console.log(e)} />`

Hello i try to use SugarSS https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/preprocess.md How can i tell to the plugin to use sass syntax when `` is used ? Thank you !