aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/deps.mak
diff options
context:
space:
mode:
authorAndreas Falkenhahn <unknown>2019-11-12 08:00:41 +1100
committerAndreas Falkenhahn <unknown>2019-11-12 08:00:41 +1100
commit927ead67d6064fbeb66b98d01fd0620a380fbcfa (patch)
tree5cb8ff15c0592f4e379f96ec3f1b1eeb36fac6c1 /gtk/deps.mak
parent3d784c510a00121753dddda9c656bf06cab3d0ed (diff)
downloadscintilla-mirror-927ead67d6064fbeb66b98d01fd0620a380fbcfa.tar.gz
Feature [feature-requests:#1324] Add Hollywood lexer.
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 \