SynEdit: PasHighlighter, don't attempt to merge nil attrib

This commit is contained in:
Martin 2025-03-13 11:15:33 +01:00
parent b306e3be43
commit f74f454aee

View File

@ -5372,6 +5372,7 @@ begin
tkUnknown: Result := fSymbolAttri;
else
Result := nil;
exit; // can't merge
end;