From e2ac8b7e987becbdeb6333f07d4627bce168cb55 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 22 Jun 2017 15:53:47 +1000 Subject: Backport: Add a DefaultLexer class which lexers can subclass if they want reasonable default implementations of the ILexerWithSubStyles interface methods. Backport of changeset 6326:d18622e37a3e. --- win32/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'win32/makefile') diff --git a/win32/makefile b/win32/makefile index 5ac2b2c30..62f5931ae 100644 --- a/win32/makefile +++ b/win32/makefile @@ -130,6 +130,7 @@ LOBJS = \ Accessor.o \ Catalogue.o \ ExternalLexer.o \ + DefaultLexer.o \ LexerBase.o \ LexerModule.o \ LexerSimple.o \ -- cgit v1.2.3