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 interpolated value extraction in val pattern #233

Closed
nicolasstucki opened this issue May 24, 2022 · 0 comments · Fixed by #263
Closed

String interpolated value extraction in val pattern #233

nicolasstucki opened this issue May 24, 2022 · 0 comments · Fixed by #263

Comments

@nicolasstucki
Copy link
Contributor

We are not highlighting the interpolated parts correctly in a val pattern.

    val x"${x}b$y" = "abc"
    "abc" match
      case x"${x}b$y" =>

Screenshot 2022-05-24 at 10 13 54

Expectation

Same highlighting as in case x"${x}b$y"

nicolasstucki added a commit to nicolasstucki/vscode-scala-syntax that referenced this issue Feb 10, 2023
nicolasstucki added a commit to nicolasstucki/vscode-scala-syntax that referenced this issue Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant