SynEdit: fix test for new comment color attribs

This commit is contained in:
Martin 2025-04-05 00:34:28 +02:00
parent 464da2918c
commit c6957da9f2

View File

@ -134,6 +134,10 @@ procedure TTestBaseHighlighterPas.InitTighLighterAttr;
begin
inherited InitTighLighterAttr;
PasHighLighter.CommentAnsiAttri.Clear;
PasHighLighter.CommentCurlyAttri.Clear;
PasHighLighter.CommentSlashAttri.Clear;
if FKeepAllModifierAttribs then exit;
PasHighLighter.PropertyNameAttr.Clear;