Skip to content
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

String escapes #207

Open
susliko opened this issue Apr 22, 2023 · 0 comments
Open

String escapes #207

susliko opened this issue Apr 22, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@susliko
Copy link
Collaborator

susliko commented Apr 22, 2023

Commit of tree-sitter-scala you tested this on

7d348f5

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

@susliko susliko added enhancement New feature or request good first issue Good for newcomers labels Jun 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant