Setting fold.quotes.python in setPythonLexer

Closes #3104
This commit is contained in:
jiffe 2017-02-20 18:53:36 -06:00 committed by Don HO
parent 23cdf94926
commit f917abd1f4
1 changed files with 1 additions and 0 deletions

View File

@ -751,6 +751,7 @@ protected:
void setPythonLexer() {
setLexer(SCLEX_PYTHON, L_PYTHON, LIST_0 | LIST_1);
execute(SCI_SETPROPERTY, reinterpret_cast<WPARAM>("fold.quotes.python"), reinterpret_cast<LPARAM>("1"));
};
void setBatchLexer() {