diff options
Diffstat (limited to 'lexilla/src/Lexilla.cxx')
| -rw-r--r-- | lexilla/src/Lexilla.cxx | 2 | 
1 files changed, 2 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); | 
