From fc23a10d8292042571f6a292d6fc4bff73f1d0ab Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 25 Jun 2007 01:46:25 +0000 Subject: Allow use of all 8 bits for lexical styles and LexHTML set to use 8 buts. --- include/Scintilla.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index c50528b72..450865cc1 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -159,7 +159,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define STYLE_INDENTGUIDE 37 #define STYLE_CALLTIP 38 #define STYLE_LASTPREDEFINED 39 -#define STYLE_MAX 127 +#define STYLE_MAX 255 #define SC_CHARSET_ANSI 0 #define SC_CHARSET_DEFAULT 1 #define SC_CHARSET_BALTIC 186 -- cgit v1.2.3