aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-11-17 03:21:17 +0000
committernyamatongwe <devnull@localhost>2002-11-17 03:21:17 +0000
commita77e6114d5f88b32e2abb8f3bcb58e583b0a4fe0 (patch)
treef8016351fc37db822f86bdb13158ac648d4a1954 /win32/makefile
parentf3c7458a480cd229e7273da85291c74f50847ee6 (diff)
downloadscintilla-mirror-a77e6114d5f88b32e2abb8f3bcb58e583b0a4fe0.tar.gz
Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla.
This is separate to the HTML lexer and is only invoked for stand-alone CSS files, not for the STYLE section of HTML files. He also made some other additions. There is a Line Duplicate command which is bound to Ctrl+D. PHP lexing has been improved.
Diffstat (limited to 'win32/makefile')
-rw-r--r--win32/makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/win32/makefile b/win32/makefile
index cc066f919..a32633510 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -41,8 +41,9 @@ deps:
#**LEXOBJS=\\\n\(\*.o \)
LEXOBJS=\
LexAda.o LexAsm.o LexAVE.o LexBaan.o LexBullant.o LexConf.o LexCPP.o \
-LexCrontab.o LexEiffel.o LexFortran.o LexHTML.o LexLisp.o LexLua.o LexMatlab.o \
-LexOthers.o LexPascal.o LexPerl.o LexPython.o LexRuby.o LexSQL.o LexVB.o
+LexCrontab.o LexCSS.o LexEiffel.o LexFortran.o LexHTML.o LexLisp.o LexLua.o \
+LexMatlab.o LexOthers.o LexPascal.o LexPerl.o LexPython.o LexRuby.o LexSQL.o \
+LexVB.o
#--Autogenerated -- end of automatically generated section
SOBJS = ScintillaWin.o ScintillaBase.o Editor.o Document.o \