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 /src/ScintillaBase.h | |
parent | a27ef703efe8651e33bd0f067c664b3401d6684e (diff) | |
download | scintilla-mirror-d4aeef445fb28ef771895214fef15b2c28b44aff.tar.gz |
Addition of more SGML styles from Steve.
Diffstat (limited to 'src/ScintillaBase.h')
-rw-r--r-- | src/ScintillaBase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h index acf70e000..ca4695355 100644 --- a/src/ScintillaBase.h +++ b/src/ScintillaBase.h @@ -43,7 +43,7 @@ protected: int lexLanguage; LexerModule *lexCurrent; PropSet props; - enum {numWordLists=5}; + enum {numWordLists=6}; WordList *keyWordLists[numWordLists+1]; void SetLexer(uptr_t wParam); void SetLexerLanguage(const char *languageName); |