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