MadcapJake / language-perl6fe

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

Multiline comments don't work unless the line starts with them #44

Open samcv opened 7 years ago

samcv commented 7 years ago

Issue Description

See title.

Example Code

#`( testing ) my $var;
   #`( testing ) my $var;
samcv commented 7 years ago

@MadcapJake there may be a better way than doing what I did in 400c6325c260d6ac496cc36a1f6f9aa7b81be89b Or maybe this is the best way to do it? Either way that change fixes this issue.