mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:49:18 +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;
|
||||
else
|
||||
Result := nil;
|
||||
exit; // can't merge
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user