aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/scintilla.mak
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 /gtk/scintilla.mak
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 'gtk/scintilla.mak')
-rw-r--r--gtk/scintilla.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/scintilla.mak b/gtk/scintilla.mak
index ed6ae7434..2b94d6bd5 100644
--- a/gtk/scintilla.mak
+++ b/gtk/scintilla.mak
@@ -126,6 +126,7 @@ LEXOBJS=\
$(DIR_O)\LexConf.obj \
$(DIR_O)\LexCPP.obj \
$(DIR_O)\LexCrontab.obj \
+ $(DIR_O)\LexCSS.obj \
$(DIR_O)\LexEiffel.obj \
$(DIR_O)\LexFortran.obj \
$(DIR_O)\LexHTML.obj \
@@ -263,6 +264,8 @@ $(DIR_O)\LexCPP.obj: ..\src\LexCPP.cxx $(LEX_HEADERS)
$(DIR_O)\LexCrontab.obj: ..\src\LexCrontab.cxx $(LEX_HEADERS)
+$(DIR_O)\LexCSS.obj: ..\src\LexCSS.cxx $(LEX_HEADERS)
+
$(DIR_O)\LexEiffel.obj: ..\src\LexEiffel.cxx $(LEX_HEADERS)
$(DIR_O)\LexFortran.obj: ..\src\LexFortran.cxx $(LEX_HEADERS)