UPD: INI file highlighter - hash sign comments (minimal Lazarus version)

This commit is contained in:
Alexander Koblov 2023-12-09 00:52:26 +03:00
commit dfa30dbf62

View file

@ -194,7 +194,7 @@ end;
constructor TSynIniSynEx.Create(AOwner: TComponent);
begin
inherited Create(AOwner);
{$IF (LCL_FULLVERSION >= 3990000)}
{$IF (LCL_FULLVERSION > 3000002)}
CommentTypes := [ictSemicolon, ictHash];
{$ENDIF}
CommentAttri.StoredName := SYNS_XML_AttrComment;