mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-23 15:19:36 +01:00
parent
2005fcbedd
commit
5e981c6e48
@ -887,13 +887,14 @@ begin
|
|||||||
'}':
|
'}':
|
||||||
begin
|
begin
|
||||||
dec(CommentLvl);
|
dec(CommentLvl);
|
||||||
|
if CommentLvl=0 then begin
|
||||||
inc(CurPos.StartPos);
|
inc(CurPos.StartPos);
|
||||||
if CommentLvl=0 then
|
|
||||||
break;
|
break;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
end;
|
||||||
'/': // Delphi comment
|
'/': // Delphi comment
|
||||||
if (Src[CurPos.StartPos+1]<>'/') then begin
|
if (Src[CurPos.StartPos+1]<>'/') then begin
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user