TheRealSyler / vscode-sass-indented

Sass indented syntax support for VSCode
https://marketplace.visualstudio.com/items?itemName=Syler.sass-indented
Other
43 stars 9 forks source link

Meta property value was not fully recognized #92

Closed ghost closed 2 years ago

ghost commented 2 years ago

Describe the bug Part of syntax highlighting of meta.property-value mistaken as support.constant.mathematical-symbols

To Reproduce Steps to reproduce the behavior: Create a file .scss and add the following code:

code { 

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

code { 

font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;

}

Screenshots

On VS Code version 1.62.3

The SCSS file showing meta property value was not fully recognized: Capture1 CSS file showing meta property value being fully recognized: Capture2

Additional context Not sure what is the implications for this to happen, but as it did not happen on *.css files, I believed it could be a bug.

TheRealSyler commented 2 years ago

my extension is only for the indented syntax, please open your issue in the vscode repo.