diff options
| author | mitchell <unknown> | 2020-01-04 22:08:11 -0500 |
|---|---|---|
| committer | mitchell <unknown> | 2020-01-04 22:08:11 -0500 |
| commit | 7f72696207af4aab18744f65b3bf671d3465cb7b (patch) | |
| tree | a5ba7a39e3a06f3b6955981074b2fe9f4ccd05e3 /win32/nmdeps.mak | |
| parent | 2ea5ecaced05f3507e4b76d74cd17d988f1bafc8 (diff) | |
| download | scintilla-mirror-7f72696207af4aab18744f65b3bf671d3465cb7b.tar.gz | |
Backport: Added Raku lexer and style properties and example files
Backport of changeset 7900:bcb95162cd06.
Diffstat (limited to 'win32/nmdeps.mak')
| -rw-r--r-- | win32/nmdeps.mak | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/win32/nmdeps.mak b/win32/nmdeps.mak index c4fab693f..05679adc1 100644 --- a/win32/nmdeps.mak +++ b/win32/nmdeps.mak @@ -1633,6 +1633,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 \ |
