[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:
parent
bab1575d2b
commit
c922089e28
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user