tree-sitter / tree-sitter-css

CSS grammar for Tree-sitter
MIT License
85 stars 34 forks source link

Media features scoped as keyword_query #5

Closed chbk closed 1 year ago

chbk commented 4 years ago
@media screen and (color) and (color: 8) {}

The first color is keyword_query whereas the second is feature_name. Both should be feature_name.

W3C documentation.

amaanq commented 1 year ago

Like I mentioned in the other issue, we can't determine this dynamically - use queries to fine-tune this