Open wkillerud opened 1 month ago
The syntax highlighting is based on the TextMate grammar in vscode-extension/languages/. These lines to be specific:
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.
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