aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-11-21 11:30:31 +0000
committernyamatongwe <unknown>2002-11-21 11:30:31 +0000
commit882b4355011c56f17284981bab13ed74ed395284 (patch)
tree293d97231bb2a21811c74c1a8ccbe76f4a2eb06c
parent8b58a35d1a5bd573b84c6a0a6ad96b0c56f2dcc0 (diff)
downloadscintilla-mirror-882b4355011c56f17284981bab13ed74ed395284.tar.gz
Added CSS lexer.
-rw-r--r--win32/deps.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/deps.mak b/win32/deps.mak
index 5985118af..29e3e5caa 100644
--- a/win32/deps.mak
+++ b/win32/deps.mak
@@ -62,6 +62,9 @@ LexCPP.o: ../src/LexCPP.cxx ../include/Platform.h ../include/PropSet.h \
LexCrontab.o: ../src/LexCrontab.cxx ../include/Platform.h \
../include/PropSet.h ../include/SString.h ../include/Accessor.h \
../include/KeyWords.h ../include/Scintilla.h ../include/SciLexer.h
+LexCSS.o: ../src/LexCSS.cxx ../include/Platform.h ../include/PropSet.h \
+ ../include/SString.h ../include/Accessor.h ../src/StyleContext.h \
+ ../include/KeyWords.h ../include/Scintilla.h ../include/SciLexer.h
LexEiffel.o: ../src/LexEiffel.cxx ../include/Platform.h \
../include/PropSet.h ../include/SString.h ../include/Accessor.h \
../src/StyleContext.h ../include/KeyWords.h ../include/Scintilla.h \