From c125e13a04cb3287364a9314e6967ed416b13b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gunter=20K=C3=B6nigsmann?= Date: Tue, 6 Mar 2018 15:52:23 +1100 Subject: Feature [feature-requests:#1210]. Maxima lexer added. --- gtk/deps.mak | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gtk') diff --git a/gtk/deps.mak b/gtk/deps.mak index a5540180d..a472b5151 100644 --- a/gtk/deps.mak +++ b/gtk/deps.mak @@ -480,6 +480,11 @@ LexMatlab.o: ../lexers/LexMatlab.cxx ../include/ILexer.h \ ../lexlib/WordList.h ../lexlib/LexAccessor.h ../lexlib/Accessor.h \ ../lexlib/StyleContext.h ../lexlib/CharacterSet.h \ ../lexlib/LexerModule.h +LexMaxima.o: ../lexers/LexMaxima.cxx ../include/ILexer.h \ + ../include/Sci_Position.h ../include/Scintilla.h ../include/SciLexer.h \ + ../lexlib/WordList.h ../lexlib/LexAccessor.h ../lexlib/Accessor.h \ + ../lexlib/StyleContext.h ../lexlib/CharacterSet.h \ + ../lexlib/LexerModule.h LexMetapost.o: ../lexers/LexMetapost.cxx ../include/ILexer.h \ ../include/Sci_Position.h ../include/Scintilla.h ../include/SciLexer.h \ ../lexlib/WordList.h ../lexlib/LexAccessor.h ../lexlib/Accessor.h \ -- cgit v1.2.3