Did you check existing issues?
Tree-Sitter CLI Version, if relevant (output of tree-sitter --version)
No response
Describe the bug
This is valid CSS:
.sidebar{
*vertical-align:auto;
*display:inline;
}
Steps To Reproduce/Bad Parse Tree
Parse the above
Expected Behavior/Parse Tree
Should parse correctly
Repro
.sidebar{
*vertical-align:auto;
*display:inline;
}
Did you check existing issues?
Tree-Sitter CLI Version, if relevant (output of
tree-sitter --version)No response
Describe the bug
This is valid CSS:
Steps To Reproduce/Bad Parse Tree
Parse the above
Expected Behavior/Parse Tree
Should parse correctly
Repro