vscode-scss icon indicating copy to clipboard operation
vscode-scss copied to clipboard

(FeatureRequest) Support svelte files

Open dummdidumm opened this issue 4 years ago • 1 comments

First of all, thanks for this great extension!

I would really like to have these features available in svelte files, too. svelte files have a .svelte ending and are mostly html with some additional syntax. More specifically, they have a style tag which then could contain scss styles. I saw that you support .vue files already. If I'm not mistaken, adding support for .svelte files is as easy as enhancing the method isVueFile with an additional path.endsWith('.svelte') check. Would that be an extension to the language service you are willing to do? If you want, I could also look into it and create a PR.

dummdidumm avatar Apr 22 '20 07:04 dummdidumm

Hey guys!

Is there any progress on this issue?

I'd love to use this extension with .svelte files!

Thanks!

kelvindecosta avatar Jan 01 '22 17:01 kelvindecosta