mirror of https://gitlab.com/basile.b/dexed.git
activated all folding kinds by default
This commit is contained in:
parent
e506bf0dc5
commit
1d6322cb9e
|
@ -71,6 +71,7 @@ begin
|
|||
Gutter.CodeFoldPart.MarkupInfo.Foreground := clGray;
|
||||
//
|
||||
Highlighter := D2Syn;
|
||||
D2Syn.FoldKinds := [fkBrackets, fkComments1, fkStrings];
|
||||
//
|
||||
fFilename := '<new document>';
|
||||
fModified := false;
|
||||
|
|
Loading…
Reference in New Issue