From 208ef4b648b1e96aa3ed2b1445bf9923d84f1ca4 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 3 Mar 2005 07:53:12 +0000 Subject: Deprecated SCLEX_PHP and SCLEX_ASP. --- src/LexHTML.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/LexHTML.cxx b/src/LexHTML.cxx index e1406234c..a579098f2 100644 --- a/src/LexHTML.cxx +++ b/src/LexHTML.cxx @@ -1974,5 +1974,6 @@ static const char * const htmlWordListDesc[] = { LexerModule lmHTML(SCLEX_HTML, ColouriseHyperTextDoc, "hypertext", 0, htmlWordListDesc); LexerModule lmXML(SCLEX_XML, ColouriseHyperTextDoc, "xml", 0, htmlWordListDesc); +// SCLEX_ASP and SCLEX_PHP should not be used in new code: use SCLEX_HTML instead. LexerModule lmASP(SCLEX_ASP, ColouriseASPDoc, "asp", 0, htmlWordListDesc); LexerModule lmPHP(SCLEX_PHP, ColourisePHPDoc, "php", 0, htmlWordListDesc); -- cgit v1.2.3