diff options
author | nyamatongwe <devnull@localhost> | 2006-03-02 23:43:49 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2006-03-02 23:43:49 +0000 |
commit | 3cb4b3336847b20e5ad85d5ebe8a5f92c9bdad91 (patch) | |
tree | 8f2c91c537d8dff9fc9e2968fa5ee2e6fc660293 /src | |
parent | d72e967336fdcf53b75fee5cda81356608752e5b (diff) | |
download | scintilla-mirror-3cb4b3336847b20e5ad85d5ebe8a5f92c9bdad91.tar.gz |
Lexer for TCL contributed by Andre Arpin.
Diffstat (limited to 'src')
-rw-r--r-- | src/LexCPP.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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); |