From 59f6b0dec164d698fa8cd96d3a4a843b1570b65a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 2 Mar 2006 23:43:49 +0000 Subject: Lexer for TCL contributed by Andre Arpin. --- src/LexCPP.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/LexCPP.cxx') diff --git a/src/LexCPP.cxx b/src/LexCPP.cxx index 40f3a60bd..bf089d6cf 100644 --- a/src/LexCPP.cxx +++ b/src/LexCPP.cxx @@ -459,4 +459,3 @@ static void ColouriseCppDocInsensitive(unsigned int startPos, int length, int in LexerModule lmCPP(SCLEX_CPP, ColouriseCppDocSensitive, "cpp", FoldCppDoc, cppWordLists); LexerModule lmCPPNoCase(SCLEX_CPPNOCASE, ColouriseCppDocInsensitive, "cppnocase", FoldCppDoc, cppWordLists); -LexerModule lmTCL(SCLEX_TCL, ColouriseCppDocSensitive, "tcl", FoldCppDoc, cppWordLists); -- cgit v1.2.3