I was wondering, when writing CSS in VS-Code: why is the property "cursor" highlighted in yellow, while all other properties are highlighted in blue?
I appreciate any insight.
Thank you!
I was wondering, when writing CSS in VS-Code: why is the property "cursor" highlighted in yellow, while all other properties are highlighted in blue?
I appreciate any insight.
Thank you!
Copyright © 2021 Jogjafile Inc.

Yes, that is a bad bug. If you check
cursorscope it shows that it is a tag, specificallyentity.name.tag.css! I bet that same yellow is used for your real tags.You can work around it with this in your settings:
You should file the bug with vscode issues.