Notepad++ Perl Multi-line comment syntax highlighting

3

2

Is there a way to set notepad++ to highlight a Perl multi-line comment block as comments (currently there is no highlighting - it's black on white).

The type of comment I am talking about is of the form:

=comment
This is a comment
=cut

If there is a more proper Perl multi-line comment syntax, lmk =)

Daniel Kats

Posted 2012-05-24T14:38:29.897

Reputation: 581

Answers

4

Go to Settings > Style Configurator, then select Perl from the language pane and POD (Plain Old Documentation) from the style pane and change the color there. I just tried this and it works for me.

keaton_fu

Posted 2012-05-24T14:38:29.897

Reputation: 671