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
Inside SCSS files, the cursor property is being colored like a selector instead of a property.
cursor
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:
.selector { align-self: auto; cursor: auto; margin: auto; }
.scss
The text was updated successfully, but these errors were encountered:
I can confirm this is an issue. It's happening with me as well.
Sorry, something went wrong.
This issue was moved to atom/language-sass#230
aeschli
No branches or pull requests
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 nameThe text was updated successfully, but these errors were encountered: