parent
3c4f0f9cb2
commit
d1b3fe6fee
|
@ -887,6 +887,7 @@ protected:
|
|||
void setPythonLexer() {
|
||||
setLexer(L_PYTHON, LIST_0 | LIST_1);
|
||||
execute(SCI_SETPROPERTY, reinterpret_cast<WPARAM>("fold.quotes.python"), reinterpret_cast<LPARAM>("1"));
|
||||
execute(SCI_SETPROPERTY, reinterpret_cast<WPARAM>("lexer.python.decorator.attributes"), reinterpret_cast<LPARAM>("1"));
|
||||
};
|
||||
|
||||
void setGDScriptLexer() {
|
||||
|
|
Loading…
Reference in New Issue