aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-08-15 08:21:47 +0000
committernyamatongwe <unknown>2001-08-15 08:21:47 +0000
commitc531643c9c83be42b939a9e732458b36b57a645d (patch)
tree47c1718c5cf317fb843b7918888e0490e209c8f4
parentdbc212865652198882d42f265c42b7f7eb783393 (diff)
downloadscintilla-mirror-c531643c9c83be42b939a9e732458b36b57a645d.tar.gz
Added TCL lexer as alias of C++ lexer.
-rw-r--r--src/LexCPP.cxx1
1 files changed, 1 insertions, 0 deletions
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);