Raku/vim-raku

Array Literal Highlighting

Opened this issue · 1 comments

Migration of vim-perl#20 by @bobnewgard

Description of issue

Certain depictions of Array literals seem to be highlighted as Statement

Yeah, I have encountered this bug before in my own work. It would appear that [-1] are incorrectly highlighted as if the [] metaoperator (or something) were in use rather than treating it as an array as Raku does.