I'm using this tree sitter with [nvim-treesitter](https://github.com/nvim-treesitter/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). ```swift 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.