2000-04-14 Timur Bakeyev <mc@bat.ru>

* syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
	added 'and', 'or', 'not', 'for' keywords.
This commit is contained in:
Timur Bakeyev 2000-04-14 01:20:46 +00:00
parent b04694fe79
commit 5a05c13a07
2 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,11 @@
2000-04-06 Timur bakeyev <mc@bat.ru> 2000-04-14 Timur Bakeyev <mc@bat.ru>
* syntax.c: Wery dirty fix to allow compilation of mceditor on ncurses * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
added 'and', 'or', 'not', 'for' keywords.
2000-04-06 Timur Bakeyev <mc@bat.ru>
* syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
based systems. Hope, this will make FreeBSD midc maintainer to enable based systems. Hope, this will make FreeBSD midc maintainer to enable
build-in editor by default. Still, syntax highlighting is disabled. build-in editor by default. Still, syntax highlighting is disabled.
Need to port... Need to port...

View File

@ -109,6 +109,9 @@ context default
keyword \\" brightred/18 keyword \\" brightred/18
keyword \\' brightred/18 keyword \\' brightred/18
keyword whole and magenta/23
keyword whole or magenta/23
keyword whole not magenta/23
keyword whole do magenta/23 keyword whole do magenta/23
keyword whole if magenta/23 keyword whole if magenta/23
keyword whole until magenta/23 keyword whole until magenta/23
@ -117,6 +120,7 @@ context default
keyword whole unless magenta/23 keyword whole unless magenta/23
keyword whole while magenta/23 keyword whole while magenta/23
keyword whole foreach magenta/23 keyword whole foreach magenta/23
keyword whole for magenta/23
keyword whole goto magenta/23 keyword whole goto magenta/23
keyword whole last magenta/23 keyword whole last magenta/23
keyword whole next magenta/23 keyword whole next magenta/23