diff options
author | nyamatongwe <unknown> | 2000-04-18 13:23:58 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-04-18 13:23:58 +0000 |
commit | 3a1d36a7e56c077a1cf97e45021081a94cb5ec7b (patch) | |
tree | 3d5de7ce317ba23bed64ef26edd0121179e307e4 /include/SciLexer.h | |
parent | 67fcad1cbbb833bce955e0f3cb09f844ff2e5abb (diff) | |
download | scintilla-mirror-3a1d36a7e56c077a1cf97e45021081a94cb5ec7b.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 |