aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-12-30 23:38:01 +1100
committerNeil <nyamatongwe@gmail.com>2014-12-30 23:38:01 +1100
commit9ba147768d741fa402f09d9545528d88faefca05 (patch)
treecde6b749d65be7746b4e58b341eefcb4c1480d65 /src
parent00002d0f42acec5570134931155fea615da542c3 (diff)
downloadscintilla-mirror-9ba147768d741fa402f09d9545528d88faefca05.tar.gz
Lexer added for Intel hex files.
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 e2377e14c..5e0bfd790 100644
--- a/src/Catalogue.cxx
+++ b/src/Catalogue.cxx
@@ -123,6 +123,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmGui4Cli);
LINK_LEXER(lmHaskell);
LINK_LEXER(lmHTML);
+ LINK_LEXER(lmIHex);
LINK_LEXER(lmInno);
LINK_LEXER(lmKix);
LINK_LEXER(lmKVIrc);