aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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);