aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
diff options
context:
space:
mode:
authorIain Clarke <unknown>2019-04-29 13:08:39 +1000
committerIain Clarke <unknown>2019-04-29 13:08:39 +1000
commite703a397f626208f54703d8af54f31f21c88259d (patch)
tree15b279fa9c3fd91f5896623c99df8d828adf080a /gtk
parent0ddf701022ac01180d1e00372e8ccc43d69d85a2 (diff)
downloadscintilla-mirror-e703a397f626208f54703d8af54f31f21c88259d.tar.gz
Feature [feature-requests:#1280]. Lexer added for X12.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/deps.mak8
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk/deps.mak b/gtk/deps.mak
index 98189e518..104746cf6 100644
--- a/gtk/deps.mak
+++ b/gtk/deps.mak
@@ -1921,6 +1921,14 @@ LexVisualProlog.o: \
../lexlib/LexerModule.h \
../lexlib/OptionSet.h \
../lexlib/DefaultLexer.h
+LexX12.o: \
+ ../lexers/LexX12.cxx \
+ ../include/ILexer.h \
+ ../include/Sci_Position.h \
+ ../include/Scintilla.h \
+ ../include/SciLexer.h \
+ ../lexlib/LexerModule.h \
+ ../lexlib/DefaultLexer.h
LexYAML.o: \
../lexers/LexYAML.cxx \
../include/ILexer.h \