aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexPython.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexPython.cxx')
-rw-r--r--lexers/LexPython.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lexers/LexPython.cxx b/lexers/LexPython.cxx
index 50c3baa8c..21a7fe5a8 100644
--- a/lexers/LexPython.cxx
+++ b/lexers/LexPython.cxx
@@ -329,7 +329,7 @@ public:
delete this;
}
int SCI_METHOD Version() const override {
- return lvSubStyles;
+ return lvRelease4;
}
const char *SCI_METHOD PropertyNames() override {
return osPython.PropertyNames();
@@ -385,7 +385,7 @@ public:
return styleSubable;
}
- static ILexer *LexerFactoryPython() {
+ static ILexer4 *LexerFactoryPython() {
return new LexerPython();
}