aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-01-08 09:55:35 +1100
committerNeil <nyamatongwe@gmail.com>2015-01-08 09:55:35 +1100
commit5a6cffee55b731a43c6cffa77d0567bdbd2bae32 (patch)
tree59cc654c850d4200f9540427454bed5369f135eb /src
parent7234c6c80d146c88682b1a5cfa32947130768e58 (diff)
downloadscintilla-mirror-5a6cffee55b731a43c6cffa77d0567bdbd2bae32.tar.gz
Feature [feature-requests:#1096]. Lexer added for Tektronix extended hex files.
From danselmi.
Diffstat (limited to 'src')
-rw-r--r--src/Catalogue.cxx1
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);