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

Fix support for multi val definitions #248

Merged
merged 1 commit into from
Feb 10, 2023

Conversation

nicolasstucki
Copy link
Contributor

@nicolasstucki nicolasstucki commented Feb 10, 2023

Fixes the following two cases

val a, b, c = ...
var a, b, c = ...

Fixes #234

Fixes the following two cases
```
val a, b, c = ...
var a, b, c = ...
```
Copy link
Contributor

@tgodzik tgodzik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nicolasstucki nicolasstucki merged commit 4a3fb2d into scala:main Feb 10, 2023
@nicolasstucki nicolasstucki deleted the fix-234 branch February 10, 2023 16:22
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 this pull request may close these issues.

Multi val definition not highlighted correctly
2 participants