diff options
| author | nyamatongwe <devnull@localhost> | 2005-02-11 08:23:08 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2005-02-11 08:23:08 +0000 |
| commit | 02eac639a585118f44763cab11f5a5b5660472c1 (patch) | |
| tree | d02a926b7583afefe7709094e25268350c19e4bc /include | |
| parent | 3f216bbf3ac795a283655bb8295f7dbbf45202e4 (diff) | |
| download | scintilla-mirror-02eac639a585118f44763cab11f5a5b5660472c1.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 |
