diff options
| author | nyamatongwe <devnull@localhost> | 2000-04-18 13:23:58 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-04-18 13:23:58 +0000 | 
| commit | f3a226257d61fc7e23ddcb853ff828009d309bbd (patch) | |
| tree | 3d5de7ce317ba23bed64ef26edd0121179e307e4 /include/SciLexer.h | |
| parent | 61a26afd9a30720144cd767a1ca94d62b1f9c9bf (diff) | |
| download | scintilla-mirror-f3a226257d61fc7e23ddcb853ff828009d309bbd.tar.gz | |
Removed use of PropSet in Accessor to avoid linkage.
Added indenting and horizontal scroll bar messages.
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 3e0ad31b4..b99526e4f 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -21,6 +21,7 @@  #define SCLEX_ERRORLIST 10  #define SCLEX_MAKEFILE 11  #define SCLEX_BATCH 12 +#define SCLEX_XCODE 13  // Lexical states for SCLEX_PYTHON  #define SCE_P_DEFAULT 0 | 
