1
1

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

* syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
	added 'and', 'or', 'not', 'for' keywords.
Этот коммит содержится в:
Timur Bakeyev 2000-04-14 01:20:46 +00:00
родитель b04694fe79
Коммит 5a05c13a07
2 изменённых файлов: 11 добавлений и 2 удалений

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

@ -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
build-in editor by default. Still, syntax highlighting is disabled.
Need to port...

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

@ -109,6 +109,9 @@ context default
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 if magenta/23
keyword whole until magenta/23
@ -117,6 +120,7 @@ context default
keyword whole unless magenta/23
keyword whole while magenta/23
keyword whole foreach magenta/23
keyword whole for magenta/23
keyword whole goto magenta/23
keyword whole last magenta/23
keyword whole next magenta/23