* syntax/perl.syntax: Add separate context for function

declarations and definitions, highlight prototypes.
This commit is contained in:
Pavel Roskin 2002-12-19 21:32:34 +00:00
parent b6aa32d9b2
commit 9e24e41f9e
2 changed files with 11 additions and 0 deletions

View File

@ -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.

View File

@ -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