aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/src/nmdeps.mak
diff options
context:
space:
mode:
authorMark Reay <mark@reay.net.au>2020-01-03 23:08:28 +0000
committerMark Reay <mark@reay.net.au>2020-01-03 23:08:28 +0000
commit7f43e72c8ca4555105cd0b97863d3907f7fc62a5 (patch)
tree2f4e8c73c2dc1b1e54bedda8f54fb3b4d0a3b938 /lexilla/src/nmdeps.mak
parentb5623cb722b4ba7607979f52d4cf26e8be86f385 (diff)
downloadscintilla-mirror-7f43e72c8ca4555105cd0b97863d3907f7fc62a5.tar.gz
Added Raku lexer and style properties and example files
Diffstat (limited to 'lexilla/src/nmdeps.mak')
-rw-r--r--lexilla/src/nmdeps.mak14
1 files changed, 14 insertions, 0 deletions
diff --git a/lexilla/src/nmdeps.mak b/lexilla/src/nmdeps.mak
index bd56ef9cd..50b7b3a30 100644
--- a/lexilla/src/nmdeps.mak
+++ b/lexilla/src/nmdeps.mak
@@ -1170,6 +1170,20 @@ $(DIR_O)/LexR.obj: \
../../lexlib/StyleContext.h \
../../lexlib/CharacterSet.h \
../../lexlib/LexerModule.h
+$(DIR_O)/LexRaku.obj: \
+ ../../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
$(DIR_O)/LexRebol.obj: \
../../lexers/LexRebol.cxx \
../../include/ILexer.h \