mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 13:54:54 +02:00
[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…
x
Reference in New Issue
Block a user