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
Visual Studio Code
For Sass indented, indented-style comments don't get the correct syntax highlighting.
Indented comments should work the same as non-indented.
https://gist.github.com/wkillerud/1bf8ebb0d1c9db10bf4c7bca45805f13
The text was updated successfully, but these errors were encountered:
The syntax highlighting is based on the TextMate grammar in vscode-extension/languages/. These lines to be specific:
some-sass/vscode-extension/languages/sass.tmLanguage.json
Lines 933 to 957 in b88b5f7
The problem is to figure out how to end the comment block.
I did an experiment with semantic tokens to perhaps fix this issue outside of the TextMate grammar, but it didn't seem to have any visual effect.
Sorry, something went wrong.
No branches or pull requests
In which editor is this a problem?
Visual Studio Code
Describe the bug
For Sass indented, indented-style comments don't get the correct syntax highlighting.
What's the expected result?
Indented comments should work the same as non-indented.
Link to minimal reproducible example
https://gist.github.com/wkillerud/1bf8ebb0d1c9db10bf4c7bca45805f13
Participation
The text was updated successfully, but these errors were encountered: