From c922089e2854947f0057829e3d12b17df3d8345c Mon Sep 17 00:00:00 2001 From: Don Ho Date: Mon, 9 Feb 2015 08:45:30 +0000 Subject: [PATCH] [NEW] (Author: Mike Cowperthwaite) Python lexer: enable EXTRAWORDS. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1338 f5eea248-9336-0410-98b8-ebc06183d4e3 --- PowerEditor/src/ScitillaComponent/ScintillaEditView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerEditor/src/ScitillaComponent/ScintillaEditView.h b/PowerEditor/src/ScitillaComponent/ScintillaEditView.h index 0f5781b2..666f5405 100644 --- a/PowerEditor/src/ScitillaComponent/ScintillaEditView.h +++ b/PowerEditor/src/ScitillaComponent/ScintillaEditView.h @@ -740,7 +740,7 @@ protected: }; void setPythonLexer() { - setLexer(SCLEX_PYTHON, L_PYTHON, LIST_0); + setLexer(SCLEX_PYTHON, L_PYTHON, LIST_0 | LIST_1); }; void setBatchLexer() {