tree-sitter-css
tree-sitter-css copied to clipboard
Pseudo-class arguments scoped as tag_name
span:nth-child(even),
tr:nth-child(2n+1),
div:nth-child(4) {}
Arguments for pseudo-classes should have appropriate scopes.