MadcapJake / language-perl6fe

»ö« Atom Perl 6 Support - Forgotten Edition »ö«
https://github.com/perl6/atom-language-perl6
Other
16 stars 3 forks source link

Qx qx highlight like Q and q when using ' " and “ ” and ‘ ’ delimiters #45

Open samcv opened 7 years ago

samcv commented 7 years ago

Example Code

Qx/echo test/ # Works
# These don’t
Qx'echo test'
Qx"echo test"
Qx“test”
qx"test"

Picture [optional]

screenshot_20161202_215339