SCSS support in Vue files #10531
Unanswered
julian-weimer
asked this question in
Troubleshooting
Replies: 1 comment 1 reply
-
I can't reproduce this - a block of <style lang="scss">
body {
color: red;
}
</style> in a Vue file shows SCSS highlighting for me. Do you have any other config in your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that i get no syntax highlighting when i use
lang="scss"
in Vue filesCurrent Vue configuration in
languages.toml
:I don't know if it's really needed, but i added the
vscode-css-language-server
tolanguage-servers
.Using helix 24.3 (2cadec0)
Is there anything that i can configure?
Beta Was this translation helpful? Give feedback.
All reactions