From 204c1de46e965db686dfcbec2ddf53ebeb7094e5 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 15 Aug 2001 08:21:47 +0000 Subject: Added TCL lexer as alias of C++ lexer. --- src/LexCPP.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/LexCPP.cxx b/src/LexCPP.cxx index 0b1e532c4..19aa329ba 100644 --- a/src/LexCPP.cxx +++ b/src/LexCPP.cxx @@ -385,3 +385,4 @@ static void FoldCppDoc(unsigned int startPos, int length, int initStyle, WordLis } LexerModule lmCPP(SCLEX_CPP, ColouriseCppDoc, "cpp", FoldCppDoc); +LexerModule lmTCL(SCLEX_TCL, ColouriseCppDoc, "tcl", FoldCppDoc); -- cgit v1.2.3