aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/scintilla.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 /win32/scintilla.mak
parentd24d9ad03c0c4f0933dd68c8a1900fe959a8e420 (diff)
downloadscintilla-mirror-b0766880307787b28d32f7d68ffc3f0e9448df88.tar.gz
Backport: Feature [feature-requests:#1324] Add Hollywood lexer.
Backport of changeset 7761:abba8b1c6f4a.
Diffstat (limited to 'win32/scintilla.mak')
-rw-r--r--win32/scintilla.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/scintilla.mak b/win32/scintilla.mak
index eba27cae7..567c51405 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -155,6 +155,7 @@ LEXOBJS=\
$(DIR_O)\LexGui4Cli.obj \
$(DIR_O)\LexHaskell.obj \
$(DIR_O)\LexHex.obj \
+ $(DIR_O)\LexHollywood.obj \
$(DIR_O)\LexHTML.obj \
$(DIR_O)\LexIndent.obj \
$(DIR_O)\LexInno.obj \