diff options
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 99735edfe..34893c893 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -547,6 +547,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,  #define SCI_GETLEXER 4002  #define SCI_COLOURISE 4003  #define SCI_SETPROPERTY 4004 +#define KEYWORDSET_MAX 8  #define SCI_SETKEYWORDS 4005  #define SCI_SETLEXERLANGUAGE 4006  #define SCI_LOADLEXERLIBRARY 4007  | 
