* syntax/ada95.syntax: Highlight "then" and "else".

From Victor Porton <porton@ex-code.com>.
Higlight "exit".
This commit is contained in:
Andrew V. Samoilov 2002-11-07 08:37:17 +00:00
parent 2a63d42f09
commit 113eb6f664
2 changed files with 9 additions and 1 deletions

View File

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

View File

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