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
The big one is deprecated properties and values. The old CSS textmate grammar hardcoded a bunch deprecated tokens, We aren't going to support that with tree-sitter. So, some things that are deprecated and shown in red with textmate will not have that treatment with tree-sitter.
Testing
The goal of testing here is to identify places where we don't get the color right. When filing issues, please include a copy/pastable code snippet and the theme name. Pick 3-5 CSS files (even better if you pick examples of uncommon CSS) and do the following:
Open the file and see if you think any of syntax highlighting colors look off.
Open VS Code stable and open the same file there, if you see any differences in syntax highlighting, please file an issue, even if the new highlighting is better.
The text was updated successfully, but these errors were encountered:
Refs: #244442
Complexity: 2
Create Issue
Setup
You need to enable tree sitter for CSS:
Known differences in syntax highlighting
The big one is deprecated properties and values. The old CSS textmate grammar hardcoded a bunch deprecated tokens, We aren't going to support that with tree-sitter. So, some things that are deprecated and shown in red with textmate will not have that treatment with tree-sitter.
Testing
The goal of testing here is to identify places where we don't get the color right. When filing issues, please include a copy/pastable code snippet and the theme name. Pick 3-5 CSS files (even better if you pick examples of uncommon CSS) and do the following:
The text was updated successfully, but these errors were encountered: