On 24/8/2006, at 6:32, Gerd Knops wrote:
If so, Perl should be fixed. Block comments should use another mechanism to have their text reformatted (I show one approach in the customization screencast ;) .)
Perl does not have block comments. But I defined comments that start in the first column as block comments. That allows me to do different highlighting for what I consider top level comments. This was quite deliberate!
I had a suspicion this was the case. The proper scope would then be something like:
comment.line.number-sign.full-line.perl
Or whatever you deem appropriate to call such construct.