-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Did you check existing issues?
- I have read all the tree-sitter docs if it relates to using the parser
- I have searched the existing issues of tree-sitter-css
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;
}Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working