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 | 5a6cffee55b731a43c6cffa77d0567bdbd2bae32 (patch) | |
tree | 59cc654c850d4200f9540427454bed5369f135eb /src | |
parent | 7234c6c80d146c88682b1a5cfa32947130768e58 (diff) | |
download | scintilla-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.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); |