mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: INI file highlighter - hash sign comments (minimal Lazarus version)
This commit is contained in:
parent
ca1bf8c4b0
commit
dfa30dbf62
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue