aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/src
diff options
context:
space:
mode:
Diffstat (limited to 'lexilla/src')
-rw-r--r--lexilla/src/Lexilla.cxx2
-rw-r--r--lexilla/src/deps.mak14
-rw-r--r--lexilla/src/lexilla.mak1
-rw-r--r--lexilla/src/nmdeps.mak14
4 files changed, 31 insertions, 0 deletions
diff --git a/lexilla/src/Lexilla.cxx b/lexilla/src/Lexilla.cxx
index 1e01598f6..2cc1ed7c9 100644
--- a/lexilla/src/Lexilla.cxx
+++ b/lexilla/src/Lexilla.cxx
@@ -121,6 +121,7 @@ extern LexerModule lmPS;
extern LexerModule lmPureBasic;
extern LexerModule lmPython;
extern LexerModule lmR;
+extern LexerModule lmRaku;
extern LexerModule lmREBOL;
extern LexerModule lmRegistry;
extern LexerModule lmRuby;
@@ -263,6 +264,7 @@ void AddEachLexer() {
catalogueLexilla.AddLexerModule(&lmPureBasic);
catalogueLexilla.AddLexerModule(&lmPython);
catalogueLexilla.AddLexerModule(&lmR);
+ catalogueLexilla.AddLexerModule(&lmRaku);
catalogueLexilla.AddLexerModule(&lmREBOL);
catalogueLexilla.AddLexerModule(&lmRegistry);
catalogueLexilla.AddLexerModule(&lmRuby);
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 \
diff --git a/lexilla/src/lexilla.mak b/lexilla/src/lexilla.mak
index fd14b9ac3..2a7a839c8 100644
--- a/lexilla/src/lexilla.mak
+++ b/lexilla/src/lexilla.mak
@@ -143,6 +143,7 @@ LEX_OBJS=\
$(DIR_O)\LexPS.obj \
$(DIR_O)\LexPython.obj \
$(DIR_O)\LexR.obj \
+ $(DIR_O)\LexRaku.obj \
$(DIR_O)\LexRebol.obj \
$(DIR_O)\LexRegistry.obj \
$(DIR_O)\LexRuby.obj \
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 \