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

Sintax hightlight is broken when use String interpolation #44

Open
oricis opened this issue Oct 30, 2019 · 3 comments
Open

Sintax hightlight is broken when use String interpolation #44

oricis opened this issue Oct 30, 2019 · 3 comments

Comments

@oricis
Copy link

oricis commented Oct 30, 2019

2
1

@7webfrog
Copy link

Looks like this is related to #31

@jolkdarr
Copy link

jolkdarr commented May 4, 2020

Bad syntax highlighting when quote marks are used:

fun format(s: String) = s.replace('"', '_') // fails

Workaround:

fun format(s: String) = s.replace("\"", '_') // OK

@7webfrog
Copy link

Original issue was fixed with the release of #40. The quote mark issue still needs to be addressed. I'm not sure of the rules on this repository but it might be worth making a new issue page for the quote issue.

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

3 participants