aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexHaskell.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexHaskell.cxx')
-rw-r--r--lexers/LexHaskell.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/lexers/LexHaskell.cxx b/lexers/LexHaskell.cxx
index 26657830c..00e6b8cbf 100644
--- a/lexers/LexHaskell.cxx
+++ b/lexers/LexHaskell.cxx
@@ -41,6 +41,7 @@
#include "CharacterCategory.h"
#include "LexerModule.h"
#include "OptionSet.h"
+#include "DefaultLexer.h"
#ifdef SCI_NAMESPACE
using namespace Scintilla;
@@ -269,7 +270,7 @@ struct OptionSetHaskell : public OptionSet<OptionsHaskell> {
}
};
-class LexerHaskell : public ILexer {
+class LexerHaskell : public DefaultLexer {
bool literate;
Sci_Position firstImportLine;
int firstImportIndent;