diff options
author | nyamatongwe <devnull@localhost> | 2001-09-14 10:14:40 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-09-14 10:14:40 +0000 |
commit | 062eda353f0a9060c8c262d698c66b1b5d8030e2 (patch) | |
tree | e970c1c7e8b99c294c4fe90ccb23edf66eaf8f70 /src/ScintillaBase.h | |
parent | 1f43915c138cff8dbb3da48a81fdccce63abb181 (diff) | |
download | scintilla-mirror-062eda353f0a9060c8c262d698c66b1b5d8030e2.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); |