diff options
| author | nyamatongwe <unknown> | 2005-02-11 08:23:08 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2005-02-11 08:23:08 +0000 |
| commit | e07c62778a4826b911012bb5f4623262fa77e286 (patch) | |
| tree | d02a926b7583afefe7709094e25268350c19e4bc /include | |
| parent | 13751eb229ef06302b01bf0f715cdae53219dbdf (diff) | |
| download | scintilla-mirror-e07c62778a4826b911012bb5f4623262fa77e286.tar.gz | |
Update to AU3.
Diffstat (limited to 'include')
| -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 2911e450f..2b0c84146 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -739,6 +739,7 @@ #define SCE_AU3_SENT 10 #define SCE_AU3_PREPROCESSOR 11 #define SCE_AU3_SPECIAL 12 +#define SCE_AU3_EXPAND 13 #define SCE_APDL_DEFAULT 0 #define SCE_APDL_COMMENT 1 #define SCE_APDL_COMMENTBLOCK 2 diff --git a/include/Scintilla.iface b/include/Scintilla.iface index eaebaaeca..43c02cafd 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2526,6 +2526,7 @@ val SCE_AU3_VARIABLE=9 val SCE_AU3_SENT=10 val SCE_AU3_PREPROCESSOR=11 val SCE_AU3_SPECIAL=12 +val SCE_AU3_EXPAND=13 # Lexical states for SCLEX_APDL lex APDL=SCLEX_APDL SCE_APDL_ val SCE_APDL_DEFAULT=0 |
