diff options
author | nyamatongwe <devnull@localhost> | 2010-07-17 10:07:09 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-07-17 10:07:09 +1000 |
commit | c7fa9e0e2394c7d25aa15402760f9726e770ec85 (patch) | |
tree | 3e8e6f0ed78352c4ece5d5fee68302f46fd43205 /src | |
parent | 4a8ccb99397095537a5b3bbdbb9394115cc74288 (diff) | |
download | scintilla-mirror-c7fa9e0e2394c7d25aa15402760f9726e770ec85.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); |