atom-language icon indicating copy to clipboard operation
atom-language copied to clipboard

qq:to heredocs don't highlight variables

Open samcv opened this issue 8 years ago • 1 comments

See title.

Example Code

my $file =
    qq:to/END/;
    use v6;
    use Test;
    plan @array.elems();

    END

Picture [optional]

screenshot_20161223_141341

Leave this in. For internal use.

  • [x] Fixed in Master
  • [x] Fixed in Release
  • [ ] Has Tests
  • [ ] Passes Tests

samcv avatar Dec 23 '16 22:12 samcv

This seems to have reoccured.

samcv avatar Jan 14 '17 22:01 samcv