help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

"blink matching if" for ADA if statement.


From: william . a . george
Subject: "blink matching if" for ADA if statement.
Date: Wed, 29 Aug 2007 01:10:21 -0700
User-agent: G2/1.0

Hi.
I have been looking for a way to make emacs show when an if statement
is ended (In ADA language).
I found somthing for the fortran language: fotran-blink-mathing-if
And I would like to have somthing similar for the ADA language.
An if statement in ADA is as follow:
if x = y then
   bla bla bla;
elsif x /= y then
   bla bla bla;
else
   bla bla;
end if;

So please if anyone here knows anything about this, it would be very
nice if he/she could share this information.

Thanks in advance.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]