diff options
author | Mark Reay <mark@reay.net.au> | 2020-01-03 23:08:28 +0000 |
---|---|---|
committer | Mark Reay <mark@reay.net.au> | 2020-01-03 23:08:28 +0000 |
commit | 7f43e72c8ca4555105cd0b97863d3907f7fc62a5 (patch) | |
tree | 2f4e8c73c2dc1b1e54bedda8f54fb3b4d0a3b938 /win32/scintilla.mak | |
parent | b5623cb722b4ba7607979f52d4cf26e8be86f385 (diff) | |
download | scintilla-mirror-7f43e72c8ca4555105cd0b97863d3907f7fc62a5.tar.gz |
Added Raku lexer and style properties and example files
Diffstat (limited to 'win32/scintilla.mak')
-rw-r--r-- | win32/scintilla.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/scintilla.mak b/win32/scintilla.mak index fb5e11867..4a652f426 100644 --- a/win32/scintilla.mak +++ b/win32/scintilla.mak @@ -189,6 +189,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 \ |