diff options
author | Neil <nyamatongwe@gmail.com> | 2015-01-08 09:55:35 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-01-08 09:55:35 +1100 |
commit | ce581e18ef0b34f9c300a4ca8bd940148f2d7dc6 (patch) | |
tree | 3b151fe9d31cc9f5ac937a49a3031b1b5fc86fe7 /src | |
parent | d09c68b375cbd5720518f53822b3a46b56ae3b88 (diff) | |
download | scintilla-mirror-ce581e18ef0b34f9c300a4ca8bd940148f2d7dc6.tar.gz |
Feature [feature-requests:#1096]. Lexer added for Tektronix extended hex files.
From danselmi.
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 5e0bfd790..079246c90 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -183,6 +183,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmTCL); LINK_LEXER(lmTCMD); LINK_LEXER(lmTeX); + LINK_LEXER(lmTHex); LINK_LEXER(lmTxt2tags); LINK_LEXER(lmVB); LINK_LEXER(lmVBScript); |