Raku / atom-language

Atom/Github Raku Syntax Highlighting Support 🦋
Other
24 stars 11 forks source link

Adverbs with args on quoter constructs break highlights that follow #84

Open zoffixznet opened 6 years ago

zoffixznet commented 6 years ago

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.