diff options
author | nyamatongwe <devnull@localhost> | 2011-12-22 09:30:06 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-12-22 09:30:06 +1100 |
commit | 3986c9222369ae1885883cd4ede9955702d3b0ba (patch) | |
tree | f4384d63077f5b90f91f24368b3197f0066dddc3 /src | |
parent | 7ee4e48bf84980a4cbb56a49a168b8fed36f83e2 (diff) | |
download | scintilla-mirror-3986c9222369ae1885883cd4ede9955702d3b0ba.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); |