-
-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Labels
Description
Did you check the tree-sitter docs?
- I have read all the tree-sitter docs if it relates to using the parser
Is your feature request related to a problem? Please describe.
Parsing for rsx! is currently very broken, because it doesn't match normal Rust grammar very well.
Describe the solution you'd like
I think the easiest/best way to fix this would be to inject an extra grammar into the rsx! macro.
Describe alternatives you've considered
Perhaps some changes could be made in dioxus source, but I don't think this is super viable.
Additional context
Related to this issue.