[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
This commit is contained in:
Don Ho 2015-02-09 08:45:30 +00:00
parent bab1575d2b
commit c922089e28

View File

@ -740,7 +740,7 @@ protected:
}; };
void setPythonLexer() { void setPythonLexer() {
setLexer(SCLEX_PYTHON, L_PYTHON, LIST_0); setLexer(SCLEX_PYTHON, L_PYTHON, LIST_0 | LIST_1);
}; };
void setBatchLexer() { void setBatchLexer() {