Open
Description
please add support for .svelte
files
i've kludged a fix in my copy of the plugin as suggested in issue 153
by copying the after/syntax/css.vim
file to after/syntax/svelte.vim
this basically works on css that appears between <style></style>
tags but i am not confident to submit this as a PR because it seems there is a more thorough and correct way to do this. (Should i use "runtime" and refer to the existing .css file instead? What about typescript in svelte files? - should the svelte config reference the typescript configs some way?). I am clearly out of my depth.