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

Comments after fancy-pants Unicode terms don't get highlighted

Open zoffixznet opened this issue 7 years ago • 0 comments

If I define a fancy term and place a comment after it, the comment doesn't get highlighted properly.

Example Code

    sub term:«\c[family: woman woman boy boy]» {
        '♫ We— are— ♪ faaaamillyyy ♬'
    }
    say 👩‍👩‍👦‍👦; # OUTPUT: «♫ We— are— ♪ faaaamillyyy ♬»
    # OUTPUT: «♫ We— are— ♪ faaaamillyyy ♬»

Picture [optional]

z

Leave this in. For internal use.

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

zoffixznet avatar Nov 28 '17 18:11 zoffixznet