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:
.test { color: #67BA6A\9; }
Steps To Reproduce/Bad Parse Tree
Parse the above.
Expected Behavior/Parse Tree
Like without the escape sequence.
Repro
.foo {
color: #67BA6A\9;
}
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
Like without the escape sequence.
Repro