Skip to content

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

@zoffixznet

Description

@zoffixznet

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions