mirror of https://github.com/MidnightCommander/mc
* syntax/perl.syntax: Add separate context for function
declarations and definitions, highlight prototypes.
This commit is contained in:
parent
b6aa32d9b2
commit
9e24e41f9e
|
@ -1,3 +1,8 @@
|
|||
2002-12-19 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* syntax/perl.syntax: Add separate context for function
|
||||
declarations and definitions, highlight prototypes.
|
||||
|
||||
2002-12-11 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* acinclude.m4 (MC_EXTFS_CHECKS): Add check for Perl.
|
||||
|
|
|
@ -353,4 +353,10 @@ context exclusive ` ` white black
|
|||
|
||||
context whole __END__ guacomale_pudding brown
|
||||
|
||||
context linestart sub\{\s\t\} \n
|
||||
keyword whole sub yellow
|
||||
keyword (*) cyan
|
||||
keyword { brightcyan
|
||||
keyword } brightcyan
|
||||
keyword ; brightmagenta
|
||||
|
||||
|
|
Loading…
Reference in New Issue