diff options
author | nyamatongwe <unknown> | 2010-07-17 10:07:09 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-07-17 10:07:09 +1000 |
commit | 0d1e972ad3cd1002bfb32fc3c61d1bc51900df67 (patch) | |
tree | 0b70b96a9e70898e36caaccadabd272f333c9e4e /src | |
parent | a50e4b8dc60572c170f7584b11b6a5be90860039 (diff) | |
download | scintilla-mirror-0d1e972ad3cd1002bfb32fc3c61d1bc51900df67.tar.gz |
Lexer for Txt2tags contributed by Eric Forgeot.
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 86e93d323..70394aeb1 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -168,6 +168,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmTAL); LINK_LEXER(lmTCL); LINK_LEXER(lmTeX); + LINK_LEXER(lmTxt2tags); LINK_LEXER(lmVB); LINK_LEXER(lmVBScript); LINK_LEXER(lmVerilog); |