Hello.

Does it exist a syntax-highlighter code for "begin" and his "end" ?

I see something like this : for each "begin" and associated "end" a color is 
assigned.

For example :

procedure color_begin_end() ;
begin
if x > y then
begin
if z = x then
begin
str := 'hello';
end else
begin
str := 'bye';
end;
end;
end;


Many thanks.

Fre;D
                                          
------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to