* perl.syntax: The inside of qw(...) gets green.

This commit is contained in:
Roland Illig 2005-07-03 11:47:07 +00:00
parent a75e3a5d5a
commit fb43472e27
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-07-03 Roland Illig <roland.illig@gmx.de>
* perl.syntax: The inside of qw(...) gets green.
2005-06-16 Mykolas Juraitis <mykolas.juraitis@gmail.com>
* octave.syntax: Support for Matlab multi line comments

View File

@ -353,6 +353,7 @@ context " " green
context ' ' brightgreen
keyword \\' green
keyword \\\\ green
context exclusive qw( ) green
context exclusive ` ` white black