1
1

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

declarations and definitions, highlight prototypes.
Этот коммит содержится в:
Pavel Roskin 2002-12-19 21:32:34 +00:00
родитель b6aa32d9b2
Коммит 9e24e41f9e
2 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

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