Open
Description
Commit of tree-sitter-scala you tested this on
A code sample showing the error
object StringEscapes {
s"foo\n\r"
}
Show the error node
string [1, 2] - [1, 11]
What do you expect the tree to look like
string:
string_content [..] - [..]
escape_sequence [..] - [..]
escape_sequence [..] - [..]
Where are you experiencing this error?
nvim-treesitter