Fix perl qw< > highlighting and extend test
When using qw<some words>
, highlighting rules were not properly matching the closing >
, making a lot of text (up until the first <
) highlight as Normal Text.
All (?) different qw
delimiters are now tested in highlight.pl
Edited by Daniel Sonck