diff --git a/PowerEditor/src/ScitillaComponent/ScintillaEditView.h b/PowerEditor/src/ScitillaComponent/ScintillaEditView.h index 43a8582e6..ef0af22b3 100644 --- a/PowerEditor/src/ScitillaComponent/ScintillaEditView.h +++ b/PowerEditor/src/ScitillaComponent/ScintillaEditView.h @@ -751,6 +751,7 @@ protected: void setPythonLexer() { setLexer(SCLEX_PYTHON, L_PYTHON, LIST_0 | LIST_1); + execute(SCI_SETPROPERTY, reinterpret_cast("fold.quotes.python"), reinterpret_cast("1")); }; void setBatchLexer() {