atom-language
atom-language copied to clipboard
Adverbs with args on quoter constructs break highlights that follow
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]
Leave this in. For internal use.
- [ ] Fixed in Master
- [ ] Fixed in Release
- [ ] Has Tests
- [ ] Passes Tests