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 /include/SciLexer.h | |
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 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index 8547bf5c2..acbe6ab8d 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -131,6 +131,7 @@ #define SCLEX_BIBTEX 116 #define SCLEX_SREC 117 #define SCLEX_IHEX 118 +#define SCLEX_THEX 119 #define SCLEX_AUTOMATIC 1000 #define SCE_P_DEFAULT 0 #define SCE_P_COMMENTLINE 1 @@ -1765,6 +1766,7 @@ #define SCE_HEX_DATA_EMPTY 14 #define SCE_HEX_CHECKSUM 15 #define SCE_HEX_CHECKSUM_WRONG 16 +#define SCE_HEX_RECTYPE_UNKNOWN 17 /* --Autogenerated -- end of section automatically generated from Scintilla.iface */ #endif |