From 113eb6f664a29870bc6aea3c14df643a78ccc4b8 Mon Sep 17 00:00:00 2001 From: "Andrew V. Samoilov" Date: Thu, 7 Nov 2002 08:37:17 +0000 Subject: [PATCH] * syntax/ada95.syntax: Highlight "then" and "else". From Victor Porton . Higlight "exit". --- ChangeLog | 6 ++++++ syntax/ada95.syntax | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 12968c027..b75ee8d68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-11-07 Andrew V. Samoilov + + * syntax/ada95.syntax: Highlight "then" and "else". + From Victor Porton . + Higlight "exit". + 2002-11-06 Pavel Roskin * lib/edit.indent.rc: Remove all options for indent and add a diff --git a/syntax/ada95.syntax b/syntax/ada95.syntax index 1e275098f..c8ecc9080 100644 --- a/syntax/ada95.syntax +++ b/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 -