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 --- src/Catalogue.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Catalogue.cxx b/src/Catalogue.cxx index e3fcddafb..50254de8b 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -156,6 +156,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmPureBasic); LINK_LEXER(lmPython); LINK_LEXER(lmR); + LINK_LEXER(lmRaku); LINK_LEXER(lmREBOL); LINK_LEXER(lmRegistry); LINK_LEXER(lmRuby); -- cgit v1.2.3