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

In Strings: Unicode chars + code block + no letters after it break highlighting #64

Open
4 tasks
zoffixznet opened this issue May 2, 2017 · 0 comments
Open
4 tasks

Comments

@zoffixznet
Copy link
Contributor

zoffixznet commented May 2, 2017

I'm on 1.15.0 and Unicode + code block in a string mess up highlights

Example Code

# This is fine: no fancy Unicode
my $text = "We have { %ballots.keys }" ~ " ballots submitted by ";

# This is fine: 3+ letters follow the code block:
my $text = " 😍😍😍 We have { %ballots.keys }zzzzz" ~ " ballots submitted by ";

# This breaks highlights: Unicode chars + code block + no letters after it
my $text = " 😍😍😍 We have { %ballots.keys }" ~ " ballots submitted by ";

# highlights are now messed up

Picture [optional]

z

Leave this in. For internal use.

  • Fixed in Master
  • Fixed in Release
  • Has Tests
  • Passes Tests
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