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 /gtk/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 'gtk/makefile')
-rw-r--r-- | gtk/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile index 39d811b83..321b273a5 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -113,7 +113,7 @@ deps: deps.mak deps.mak: $(CXX) -MM $(CONFIGFLAGS) $(CXXTFLAGS) $(DEPSRCS) | sed -e 's/\/usr.* //' | grep [a-zA-Z] > $@ -$(COMPLIB): Accessor.o CharacterSet.o LexerBase.o LexerModule.o LexerSimple.o StyleContext.o WordList.o \ +$(COMPLIB): Accessor.o CharacterSet.o DefaultLexer.o LexerBase.o LexerModule.o LexerSimple.o StyleContext.o WordList.o \ CharClassify.o Decoration.o Document.o PerLine.o Catalogue.o CallTip.o CaseConvert.o CaseFolder.o \ ScintillaBase.o ContractionState.o EditModel.o Editor.o EditView.o ExternalLexer.o MarginView.o \ PropSetSimple.o PlatGTK.o \ |