SynEdit: PascalHighlighter, optimize pasdoc scanning

This commit is contained in:
Martin 2025-03-23 00:20:14 +01:00
parent 41eed87a55
commit c118272fc2

View File

@ -4077,6 +4077,8 @@ var
s: string; s: string;
begin begin
Result := False; Result := False;
if IsScanning or FIsInNextToEOL then
exit;
r := Run; r := Run;
inc(Run); // the @ inc(Run); // the @