We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 <script lang="sss" > is used ?
<script lang="sss" >
Thank you !
The text was updated successfully, but these errors were encountered:
Hi there, You can add a svelte syntax file svelte.vim with content
svelte.vim
syntax region cssSassSvelteStyle fold \ start=+<style[^>]*lang="sss"[^>]*>+ \ end=+</style>+ \ keepend contains=@SassSyntax,svelteTag
The location is typically one of these:
Sorry, something went wrong.
No branches or pull requests
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
<script lang="sss" >
is used ?Thank you !
The text was updated successfully, but these errors were encountered: