diff options
author | nyamatongwe <unknown> | 2006-03-02 23:43:49 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2006-03-02 23:43:49 +0000 |
commit | 59f6b0dec164d698fa8cd96d3a4a843b1570b65a (patch) | |
tree | 8f2c91c537d8dff9fc9e2968fa5ee2e6fc660293 /src/LexCPP.cxx | |
parent | 1825096337e5825dc39d8c918d4bd8bfb0888c33 (diff) | |
download | scintilla-mirror-59f6b0dec164d698fa8cd96d3a4a843b1570b65a.tar.gz |
Lexer for TCL contributed by Andre Arpin.
Diffstat (limited to 'src/LexCPP.cxx')
-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); |