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
Issue Type: Bug
Hi folks,
The syntax highlighting for SCSS differs slightly from CSS for the cursor and content properties (and maybe others that I've not noticed).
cursor
content
Here's the incorrect syntax highlighting for an SCSS file:
Here's the syntax for the same code in the corresponding CSS file:
Note that the name of the cursor property is not highlighted in the same colour.
I'm using the Light color theme, but I've tested this with other color themes too and the same problem occurs. Example from the Solarized Light theme:
Light
Solarized Light
VS Code version: Code 1.22.2 (3aeede7, 2018-04-12T16:32:53.389Z) OS version: Darwin x64 16.7.0
The text was updated successfully, but these errors were encountered:
Duplicate of atom/language-sass#226
Sorry, something went wrong.
Thanks @usernamehw !
aeschli
No branches or pull requests
Issue Type: Bug
Hi folks,
The syntax highlighting for SCSS differs slightly from CSS for the
cursor
andcontent
properties (and maybe others that I've not noticed).Here's the incorrect syntax highlighting for an SCSS file:
Here's the syntax for the same code in the corresponding CSS file:
Note that the name of the
cursor
property is not highlighted in the same colour.I'm using the
Light
color theme, but I've tested this with other color themes too and the same problem occurs. Example from theSolarized Light
theme:VS Code version: Code 1.22.2 (3aeede7, 2018-04-12T16:32:53.389Z)
OS version: Darwin x64 16.7.0
System Info
Extensions (44)
The text was updated successfully, but these errors were encountered: