Browse Source

* syntax/ada95.syntax: Highlight "then" and "else".
From Victor Porton <porton@ex-code.com>.
Higlight "exit".

Andrew V. Samoilov 22 years ago
parent
commit
113eb6f664
2 changed files with 9 additions and 1 deletions
  1. 6 0
      ChangeLog
  2. 3 1
      syntax/ada95.syntax

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+2002-11-07  Andrew V. Samoilov  <sav@bcs.zp.ua>
+
+	* syntax/ada95.syntax: Highlight "then" and "else".
+	From Victor Porton <porton@ex-code.com>.
+	Higlight "exit".
+
 2002-11-06  Pavel Roskin  <proski@gnu.org>
 
 	* lib/edit.indent.rc: Remove all options for indent and add a

+ 3 - 1
syntax/ada95.syntax

@@ -36,9 +36,12 @@ context default
 
 	keyword whole begin	brightred
 	keyword whole end	brightred
+	keyword whole exit	brightred
 	keyword whole for	brightred
 	keyword whole while	brightred
 	keyword whole if	brightred
+	keyword whole then	brightred
+	keyword whole else	brightred
 	keyword whole case	brightred
 	keyword whole when	brightred
 	keyword whole elsif	brightred
@@ -64,4 +67,3 @@ context default
 context exclusive -- \n	brown
 context " "	green/green
 
-