Skip to content
New issue

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

Feedback: ID selectors not receiving syntax highlighting #244568

Closed
mrleemurray opened this issue Mar 25, 2025 · 0 comments · Fixed by #245561
Closed

Feedback: ID selectors not receiving syntax highlighting #244568

mrleemurray opened this issue Mar 25, 2025 · 0 comments · Fixed by #245561
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders tree-sitter
Milestone

Comments

@mrleemurray
Copy link
Contributor

mrleemurray commented Mar 25, 2025

Testing #244445

I was expecting the id selector to render in the same way as the class selector (it works in stable).

Snippet:

#someid { 
    color: green; 
    font-weight: bold;
    text-decoration: underline;
}
Image

Theme: Dark+

@amunger amunger removed their assignment Mar 25, 2025
@alexr00 alexr00 added bug Issue identified by VS Code Team member as probable bug tree-sitter labels Apr 2, 2025
@alexr00 alexr00 added this to the April 2025 milestone Apr 2, 2025
@alexr00 alexr00 closed this as completed in fe55ba1 Apr 3, 2025
@vs-code-engineering vs-code-engineering bot added the unreleased Patch has not yet been released in VS Code Insiders label Apr 3, 2025
@vs-code-engineering vs-code-engineering bot added insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders tree-sitter
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants