mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 10:59:06 +02:00
SynEdit: PascalHighlighter, optimize pasdoc scanning
This commit is contained in:
parent
41eed87a55
commit
c118272fc2
@ -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 @
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user