diff options
| author | Markus Heidelberg <markus.heidelberg@web.de> | 2015-01-11 09:01:01 +1100 |
|---|---|---|
| committer | Markus Heidelberg <markus.heidelberg@web.de> | 2015-01-11 09:01:01 +1100 |
| commit | d5fe6ffcdf4bf977a9cfaea3d153496d84655438 (patch) | |
| tree | 2d3d2c3227a43934264f2f44fb8f105fa093f2eb /include/Scintilla.iface | |
| parent | 10802b6407b8136c7b793b33e1bf596d9f26075e (diff) | |
| download | scintilla-mirror-d5fe6ffcdf4bf977a9cfaea3d153496d84655438.tar.gz | |
LexHex: rename Tektronix extended HEX lexer from "thex" to "tehex"
There exists a similar file format called "Textronix HEX", which would
be the better candidate for this short name.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index a51c2a31e..9c802cd3d 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2721,7 +2721,7 @@ val SCLEX_REGISTRY=115 val SCLEX_BIBTEX=116 val SCLEX_SREC=117 val SCLEX_IHEX=118 -val SCLEX_THEX=119 +val SCLEX_TEHEX=119 # When a lexer specifies its language as SCLEX_AUTOMATIC it receives a # value assigned in sequence from SCLEX_AUTOMATIC+1. @@ -4572,8 +4572,8 @@ val SCE_HEX_CHECKSUM_WRONG=16 val SCE_HEX_RECTYPE_UNKNOWN=17 # Lexical state for SCLEX_IHEX (shared with Srec) lex IHex=SCLEX_IHEX SCE_HEX_ -# Lexical state for SCLEX_THEX (shared with Srec) -lex THex=SCLEX_THEX SCE_HEX_ +# Lexical state for SCLEX_TEHEX (shared with Srec) +lex TEHex=SCLEX_TEHEX SCE_HEX_ # Events |
