You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
From @patoezequiel on June 21, 2017 5:32
Inside SCSS files, the
cursor
property is being colored like a selector instead of a property.The TM scope inspector shows that regular properties have the following tags:
While the
cursor
property has these:Below there are screenshots showing this behavior.
Steps to Reproduce:
.scss
extension.cursor
property is not colored properly, possibly because the SCSS grammar misidentifies it as a selector entity name rather than a property nameCopied from original issue: microsoft/vscode#29160
The text was updated successfully, but these errors were encountered: