diff options
author | nyamatongwe <unknown> | 2007-02-21 22:23:12 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2007-02-21 22:23:12 +0000 |
commit | b2004fd8719d999cab50d568d12f81c7836e5a8e (patch) | |
tree | b7b38a178b66ccdfe973701db93819945f73be25 | |
parent | e5fffece3d86a75f96c57b95cc14445679a3367b (diff) | |
download | scintilla-mirror-b2004fd8719d999cab50d568d12f81c7836e5a8e.tar.gz |
Additions for TADS3.
-rw-r--r-- | include/SciLexer.h | 1 | ||||
-rw-r--r-- | include/Scintilla.iface | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index 9e14a058d..fb4245730 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -946,6 +946,7 @@ #define SCE_T3_USER1 17 #define SCE_T3_USER2 18 #define SCE_T3_USER3 19 +#define SCE_T3_BRACE 20 #define SCE_REBOL_DEFAULT 0 #define SCE_REBOL_COMMENTLINE 1 #define SCE_REBOL_COMMENTBLOCK 2 diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 76f4434ec..ba8bdc936 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2897,6 +2897,7 @@ val SCE_T3_HTML_STRING=16 val SCE_T3_USER1=17 val SCE_T3_USER2=18 val SCE_T3_USER3=19 +val SCE_T3_BRACE=20 # Lexical states for SCLEX_REBOL lex Rebol=SCLEX_REBOL SCE_REBOL_ val SCE_REBOL_DEFAULT=0 |