-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashes with partial RawStrings #146
Comments
Thanks for filing this. It sounds like the closing condition here is not sufficient but I’ll have to look into it to figure out why. Will try to find some time for that this week. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using this tree sitter with nvim-treesitter so it's running a lot with incomplete code.
When I'd run it on this snippet it crashes (looks like an infinite loop).
Which happens when I want to convert a String to a RawString or when starting a RawString.
It works when I'm adding the final
#
and then the first.The text was updated successfully, but these errors were encountered: