aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/deps.mak
diff options
context:
space:
mode:
authormitchell <unknown>2019-12-06 17:58:59 -0500
committermitchell <unknown>2019-12-06 17:58:59 -0500
commitb0766880307787b28d32f7d68ffc3f0e9448df88 (patch)
tree2275994b42a5f48a59d22e5e31961e3b301cdb7b /gtk/deps.mak
parentd24d9ad03c0c4f0933dd68c8a1900fe959a8e420 (diff)
downloadscintilla-mirror-b0766880307787b28d32f7d68ffc3f0e9448df88.tar.gz
Backport: Feature [feature-requests:#1324] Add Hollywood lexer.
Backport of changeset 7761:abba8b1c6f4a.
Diffstat (limited to 'gtk/deps.mak')
-rw-r--r--gtk/deps.mak13
1 files changed, 13 insertions, 0 deletions
diff --git a/gtk/deps.mak b/gtk/deps.mak
index faf8337a9..3864544b7 100644
--- a/gtk/deps.mak
+++ b/gtk/deps.mak
@@ -1121,6 +1121,19 @@ LexHex.o: \
../lexlib/StyleContext.h \
../lexlib/CharacterSet.h \
../lexlib/LexerModule.h
+LexHollywood.o: \
+ ../lexers/LexHollywood.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/LexerModule.h \
+ ../lexlib/OptionSet.h \
+ ../lexlib/DefaultLexer.h
LexHTML.o: \
../lexers/LexHTML.cxx \
../include/ILexer.h \