diff options
author | nyamatongwe <unknown> | 2011-12-22 09:30:06 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-12-22 09:30:06 +1100 |
commit | 714b82bb216040d01784f161b4619e0066d91c94 (patch) | |
tree | 50ca94f418d4adb14637e77bf5e671879abad5b5 /src | |
parent | c135b4aa90b545bd131a266ce22e189b024dd61e (diff) | |
download | scintilla-mirror-714b82bb216040d01784f161b4619e0066d91c94.tar.gz |
Lexer for the Take Command / TCC scripting language. Feature #3462462.
From Rex Conn.
Diffstat (limited to 'src')
-rw-r--r-- | src/Catalogue.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Catalogue.cxx b/src/Catalogue.cxx index 0e8ea9611..9c47eb4ea 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -172,6 +172,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmTADS3); LINK_LEXER(lmTAL); LINK_LEXER(lmTCL); + LINK_LEXER(lmTCMD); LINK_LEXER(lmTeX); LINK_LEXER(lmTxt2tags); LINK_LEXER(lmVB); |