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

Vim syntax highlighting and indentation for Svelte 3 components.

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

To reprocude, simply add some attributes to the script tag: ```svelte // Pressing S will place cursor here: let obj = { | } ``` ```svelte let obj = {};...

How to reproduce: - In a `svelte` file type ``. Enter. New line will have **one-size** indentation. - Type `import foo from 'foo'`. Enter. - New line will have **two-sized**...

Not sure whether it's a configuration error or something else but I kept on getting `Parsing error: Unexpected token

Hi. Thanks for the plugin. I've enabled sass/scss syntax in .svelte files by using: `let g:svelte_preprocessors = ['scss', 'sass']` and it looks strange. It breaks highlighting for `` in style...