mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-04-08 17:15:37 +02:00
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…
x
Reference in New Issue
Block a user