TheRealSyler / vscode-sass-indented

Sass indented syntax support for VSCode
https://marketplace.visualstudio.com/items?itemName=Syler.sass-indented
Other
43 stars 9 forks source link

Support for .astro files #125

Open betabong opened 2 weeks ago

betabong commented 2 weeks ago

Is your feature request related to a problem? Please describe. Currently .svelte and .vue are supported. .astro is a single file component similar to svelte.

Describe the solution you'd like Due to its similarity to svelte, I was hoping that an integration would be fairly simple. The style block in .astro looks like this:

<style lang="scss" ...>...</style>

Describe alternatives you've considered I was looking for a configuration, but haven't found.

TheRealSyler commented 2 weeks ago

@betabong i don't know anything about astro but it should be pretty easy to implement, i don't know if i have the time to do it (feel free to make a pr), i also want to note that this extension is only for .sass, if you want .scss support you should make an issue in the vscode repo (the .scss extension is included in vscode by default and part of the vscode repo)