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/SciLexer.h | |
parent | 13751eb229ef06302b01bf0f715cdae53219dbdf (diff) | |
download | scintilla-mirror-e07c62778a4826b911012bb5f4623262fa77e286.tar.gz |
Update to AU3.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 1 |
1 files changed, 1 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 |