diff options
Diffstat (limited to 'lexers/LexPython.cxx')
-rw-r--r-- | lexers/LexPython.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lexers/LexPython.cxx b/lexers/LexPython.cxx index 97943ca24..50c3baa8c 100644 --- a/lexers/LexPython.cxx +++ b/lexers/LexPython.cxx @@ -30,6 +30,7 @@ #include "LexerModule.h" #include "OptionSet.h" #include "SubStyles.h" +#include "DefaultLexer.h" #ifdef SCI_NAMESPACE using namespace Scintilla; @@ -310,7 +311,7 @@ const char styleSubable[] = { SCE_P_IDENTIFIER, 0 }; } -class LexerPython : public ILexerWithSubStyles { +class LexerPython : public DefaultLexer { WordList keywords; WordList keywords2; OptionsPython options; |