Skip to content

String literals in record update not highlighted #39

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

Closed
walkie opened this issue Jul 16, 2015 · 3 comments
Closed

String literals in record update not highlighted #39

walkie opened this issue Jul 16, 2015 · 3 comments

Comments

@walkie
Copy link

walkie commented Jul 16, 2015

String literals in record updates are not highlighted correctly. This used to work but seems to have been broken by 6f0f0f8.

Example:

test = x { y = "foo" }

Expect "foo" to be highlighted as a string, but it's not.

@walkie
Copy link
Author

walkie commented Jul 16, 2015

Actually, it seems to be that everything in the RHS of the = is not highlighted correctly.

raichoo added a commit that referenced this issue Jul 16, 2015
@raichoo
Copy link
Member

raichoo commented Jul 16, 2015

Looks like this got broken in the process of refactoring some of the block related highlighting. Sadly this stuff can be very unpredictable so thanks for reporting this.

Please check if it works for you now.

@walkie
Copy link
Author

walkie commented Jul 16, 2015

Yep, this works for me. Thanks!

@raichoo raichoo closed this as completed Jul 16, 2015
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

2 participants