diff --git a/PowerEditor/installer/themes/DarkModeDefault.xml b/PowerEditor/installer/themes/DarkModeDefault.xml index dcbc1dff55b0..182e1bbf6837 100644 --- a/PowerEditor/installer/themes/DarkModeDefault.xml +++ b/PowerEditor/installer/themes/DarkModeDefault.xml @@ -1053,6 +1053,7 @@ License: GPL2 + diff --git a/PowerEditor/installer/themes/Zenburn.xml b/PowerEditor/installer/themes/Zenburn.xml index 41d8685ef92b..bd9cac801268 100644 --- a/PowerEditor/installer/themes/Zenburn.xml +++ b/PowerEditor/installer/themes/Zenburn.xml @@ -1021,6 +1021,7 @@ License: GPL2 + diff --git a/PowerEditor/src/ScintillaComponent/ScintillaEditView.h b/PowerEditor/src/ScintillaComponent/ScintillaEditView.h index bd95a9904958..8b59f74e39cb 100644 --- a/PowerEditor/src/ScintillaComponent/ScintillaEditView.h +++ b/PowerEditor/src/ScintillaComponent/ScintillaEditView.h @@ -888,6 +888,7 @@ friend class Finder; setLexer(L_PYTHON, LIST_0 | LIST_1); execute(SCI_SETPROPERTY, reinterpret_cast("fold.quotes.python"), reinterpret_cast("1")); execute(SCI_SETPROPERTY, reinterpret_cast("lexer.python.decorator.attributes"), reinterpret_cast("1")); + execute(SCI_SETPROPERTY, reinterpret_cast("lexer.python.identifier.attributes"), reinterpret_cast("1")); }; void setGDScriptLexer() { diff --git a/PowerEditor/src/stylers.model.xml b/PowerEditor/src/stylers.model.xml index f2fe17f344a9..8296223721d9 100644 --- a/PowerEditor/src/stylers.model.xml +++ b/PowerEditor/src/stylers.model.xml @@ -1029,6 +1029,7 @@ +