diff options
author | Neil <nyamatongwe@gmail.com> | 2017-06-22 15:53:47 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-06-22 15:53:47 +1000 |
commit | ba5302631cb01f364563fb513d37740a82efbaf9 (patch) | |
tree | 4302ec9af8060a31b6aa5aff10aefac52d6a5afb /win32/makefile | |
parent | f06c3555d0f7885f933b1cf4aaf7eff9ae80cc77 (diff) | |
download | scintilla-mirror-ba5302631cb01f364563fb513d37740a82efbaf9.tar.gz |
Add a DefaultLexer class which lexers can subclass if they want reasonable
default implementations of the ILexerWithSubStyles interface methods.
Diffstat (limited to 'win32/makefile')
-rw-r--r-- | win32/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/makefile b/win32/makefile index 9f6309f67..cfd5b27d9 100644 --- a/win32/makefile +++ b/win32/makefile @@ -116,6 +116,7 @@ LOBJS = \ Accessor.o \ Catalogue.o \ ExternalLexer.o \ + DefaultLexer.o \ LexerBase.o \ LexerModule.o \ LexerSimple.o \ |