tree-sitter / tree-sitter-css

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

Pseudo-class arguments scoped as tag_name #9

Open chbk opened 4 years ago

chbk commented 4 years ago
span:nth-child(even),
tr:nth-child(2n+1),
div:nth-child(4) {}

Arguments for pseudo-classes should have appropriate scopes.

Mozilla documentation.