diff options
author | nyamatongwe <unknown> | 2001-09-14 10:14:40 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-09-14 10:14:40 +0000 |
commit | d4aeef445fb28ef771895214fef15b2c28b44aff (patch) | |
tree | e970c1c7e8b99c294c4fe90ccb23edf66eaf8f70 /include/Scintilla.h | |
parent | a27ef703efe8651e33bd0f067c664b3401d6684e (diff) | |
download | scintilla-mirror-d4aeef445fb28ef771895214fef15b2c28b44aff.tar.gz |
Addition of more SGML styles from Steve.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 9d5edb70a..abe1581a4 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -132,6 +132,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define STYLE_BRACEBAD 35 #define STYLE_CONTROLCHAR 36 #define STYLE_INDENTGUIDE 37 +#define STYLE_LASTPREDEFINED 39 #define STYLE_MAX 127 #define SC_CHARSET_ANSI 0 #define SC_CHARSET_DEFAULT 1 |