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

Interpolation inside Case appear like text color #47

Open
OsamaElzero opened this issue Aug 17, 2018 · 0 comments
Open

Interpolation inside Case appear like text color #47

OsamaElzero opened this issue Aug 17, 2018 · 0 comments

Comments

@OsamaElzero
Copy link

When using This

case friends
  when 0: p you have no friends
  when 1: p you have one friends
  default: p you have #{friends} friends

Interpolation of #{friends} appear with green color and everything is ok

but when using this

case friends
  when 0
    p you have no friends
  when 1
    p you have 1 friends
  default
    p you have #{friends} friends

the p after default is colored white like text and although #{friends is not green and appear as white like text

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

No branches or pull requests

1 participant