atom-language icon indicating copy to clipboard operation
atom-language copied to clipboard

Adverbs with args on quoter constructs break highlights that follow

Open zoffixznet opened this issue 6 years ago • 0 comments

s/// and likely other quoter constructs break highlights if arguments are given to the adverbs:

Example Code

#### NORMAL:
s/.//;

sub foo {
    say :meows;
}

# BROKEN:
s:c($foos)/.//;

sub foo {
    say :meows;
}

Picture [optional]

untitled

Leave this in. For internal use.

  • [ ] Fixed in Master
  • [ ] Fixed in Release
  • [ ] Has Tests
  • [ ] Passes Tests

zoffixznet avatar May 01 '18 01:05 zoffixznet