mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 10:39:09 +02:00
SynEdit: PasHighlighter, don't attempt to merge nil attrib
This commit is contained in:
parent
b306e3be43
commit
f74f454aee
@ -5372,6 +5372,7 @@ begin
|
|||||||
tkUnknown: Result := fSymbolAttri;
|
tkUnknown: Result := fSymbolAttri;
|
||||||
else
|
else
|
||||||
Result := nil;
|
Result := nil;
|
||||||
|
exit; // can't merge
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user