Browse Source

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 25 years ago
parent
commit
5a05c13a07
2 changed files with 11 additions and 2 deletions
  1. 7 2
      ChangeLog
  2. 4 0
      syntax/perl.syntax

+ 7 - 2
ChangeLog

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

+ 4 - 0
syntax/perl.syntax

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