This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Description
Prerequisites
Description
Part of syntax highlighting of meta.property-value mistaken as support.constant.mathematical-symbols
Steps to Reproduce
Create a file *.scss, (example: index.scss)
Add a style with the following code font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
Now you should see the minus symbol in source-code-pro aren't recognized as a meta.property-value as it does in a *.css file
Expected behavior:
When add the source-code-pro without quotation in .css, the editor recognizes the symbol as part of meta.property-value
code {
font-family : source-code-pro, Menlo, Monaco, Consolas, 'Courier New' ,
monospace;
}
CSS file showing meta property value being fully recognized:
Actual behavior:
The SCSS file showing meta property value was not fully recognized:
Reproduces how often:
100%
Versions
commit f52ab12
Originally from @edumqssan in microsoft/vscode#138536
Reactions are currently unavailable
Prerequisites
Description
Part of syntax highlighting of meta.property-value mistaken as support.constant.mathematical-symbols
Steps to Reproduce
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;Expected behavior:
When add the source-code-pro without quotation in .css, the editor recognizes the symbol as part of meta.property-value
CSS file showing meta property value being fully recognized:

Actual behavior:
The SCSS file showing meta property value was not fully recognized:

Reproduces how often:
100%
Versions
commit f52ab12
Originally from @edumqssan in microsoft/vscode#138536