From 7f43e72c8ca4555105cd0b97863d3907f7fc62a5 Mon Sep 17 00:00:00 2001 From: Mark Reay Date: Fri, 3 Jan 2020 23:08:28 +0000 Subject: Added Raku lexer and style properties and example files --- lexilla/src/deps.mak | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'lexilla/src/deps.mak') diff --git a/lexilla/src/deps.mak b/lexilla/src/deps.mak index 4fb265559..ae10b42c4 100644 --- a/lexilla/src/deps.mak +++ b/lexilla/src/deps.mak @@ -1170,6 +1170,20 @@ LexR.o: \ ../../lexlib/StyleContext.h \ ../../lexlib/CharacterSet.h \ ../../lexlib/LexerModule.h +LexRaku.o: \ + ../../lexers/LexRaku.cxx \ + ../../include/ILexer.h \ + ../../include/Sci_Position.h \ + ../../include/Scintilla.h \ + ../../include/SciLexer.h \ + ../../lexlib/WordList.h \ + ../../lexlib/LexAccessor.h \ + ../../lexlib/StyleContext.h \ + ../../lexlib/CharacterSet.h \ + ../../lexlib/CharacterCategory.h \ + ../../lexlib/LexerModule.h \ + ../../lexlib/OptionSet.h \ + ../../lexlib/DefaultLexer.h LexRebol.o: \ ../../lexers/LexRebol.cxx \ ../../include/ILexer.h \ -- cgit v1.2.3