Skip to content

Crashes with partial RawStrings #146

@jandamm

Description

@jandamm

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).

let myText = #"abc"

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions