You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
rust crate v0.23.2
Describe the bug
The following CSS fragment is not correctly parsed, which means some features of Zed (like % in vim mode to jump between matching brackets) also do not work.
Did you check existing issues?
Tree-Sitter CLI Version, if relevant (output of
tree-sitter --version
)rust crate v0.23.2
Describe the bug
The following CSS fragment is not correctly parsed, which means some features of Zed (like % in vim mode to jump between matching brackets) also do not work.
Simplified example from zed-industries/zed#25435 (comment), likely related to #17 and #65
Steps To Reproduce/Bad Parse Tree
Expected Behavior/Parse Tree
I would expect no ERROR nodes (except possibly for the @apply node if that is not supported)
Repro
The text was updated successfully, but these errors were encountered: