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.