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

Backslashed quotes in «...» list break highlights for rest of file #80

Open
4 tasks
zoffixznet opened this issue Jan 31, 2018 · 0 comments
Open
4 tasks

Comments

@zoffixznet
Copy link
Contributor

Highlights broken after backslashed double-quotes in «…» construct.

Example Code

method moves-for ($tag where *  %!world.keys) {
    my @moves-raw := @(split :skip-empty, "\0", self!run-out: $tag, «git log
      -n5 -z --no-merges --no-color --format=\"%H%n%aN%n%ae%n%at\" --numstat
    »);
    dd @moves-raw;
}

method !run-out ($tag where * ∈ %!world.keys, |c) {
    my $proc := run :out, :cwd($!game-dir.add: $tag), |c;
    $proc.out.slurp: :close;
}

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