diff options
Diffstat (limited to 'context/data/scite/scite-context-external.properties')
-rw-r--r-- | context/data/scite/scite-context-external.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/context/data/scite/scite-context-external.properties b/context/data/scite/scite-context-external.properties index 021c72133..723f19889 100644 --- a/context/data/scite/scite-context-external.properties +++ b/context/data/scite/scite-context-external.properties @@ -6,7 +6,11 @@ lexer.lpeg.home=$(SciteDefaultHome)/lexers lexer.lpeg.script=$(lexer.lpeg.home)/scite-context-lexer.lua lexer.lpeg.color.theme=$(lexer.lpeg.home)/themes/scite-context-theme.lua +# alas, only a few properties are passed (only indentation) + +fold.by.parsing=1 fold.by.indentation=0 +fold.by.line=0 if PLAT_WIN lexerpath.*.lpeg=$(lexer.lpeg.home)/LexLPeg.dll |