mirror of https://github.com/MidnightCommander/mc
* perl.syntax: The inside of qw(...) gets green.
This commit is contained in:
parent
a75e3a5d5a
commit
fb43472e27
|
@ -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
|
||||
|
|
|
@ -353,6 +353,7 @@ context " " green
|
|||
context ' ' brightgreen
|
||||
keyword \\' green
|
||||
keyword \\\\ green
|
||||
context exclusive qw( ) green
|
||||
|
||||
context exclusive ` ` white black
|
||||
|
||||
|
|
Loading…
Reference in New Issue