diff options
author | Neil <nyamatongwe@gmail.com> | 2014-12-30 23:38:01 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-12-30 23:38:01 +1100 |
commit | 22acf45b514cb63e29ba59288d60137c43c4ac60 (patch) | |
tree | 7b0b58aac679304fa09785db8bde64fb87f30f3e /src | |
parent | 7d9b0152df196bc1104db68d1819a217184b77a5 (diff) | |
download | scintilla-mirror-22acf45b514cb63e29ba59288d60137c43c4ac60.tar.gz |
Lexer added for Intel hex files.
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 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); |