Following "if"s have different syntax-highlight colors as they have different
levels.
if True then
begin
if True then
result := 1;
end;
Here they do not
if True then
if True then
result := 1;
Original issue reported on code.google.com by a.bram...@googlemail.com on 28 Jan 2013 at 10:29
Original issue reported on code.google.com by
a.bram...@googlemail.com
on 28 Jan 2013 at 10:29