mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 05:56:05 +02:00
SynEdit: fix test for new comment color attribs
This commit is contained in:
parent
464da2918c
commit
c6957da9f2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user