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 | e2ac8b7e987becbdeb6333f07d4627bce168cb55 (patch) | |
| tree | c7bd572bf05f78de328606fee2d719b7be43c0a4 /win32/makefile | |
| parent | ba1197944de6599dd02583455957be8ca9412eec (diff) | |
| download | scintilla-mirror-e2ac8b7e987becbdeb6333f07d4627bce168cb55.tar.gz | |
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.
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 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 \ |
