aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ScintillaBase.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-12-06 10:03:01 +0000
committernyamatongwe <unknown>2002-12-06 10:03:01 +0000
commit1671fd41f2e8666c187eace8d0983a716b507b74 (patch)
tree0776313a8913c61b9d4fd07ebba33c0760d48fb1 /src/ScintillaBase.h
parent48d3d82e40e1639c68550022ae4a20fb965aa6d4 (diff)
downloadscintilla-mirror-1671fd41f2e8666c187eace8d0983a716b507b74.tar.gz
Upped number of keyword lists to 9.
Diffstat (limited to 'src/ScintillaBase.h')
-rw-r--r--src/ScintillaBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h
index e68aeb608..9a9433dd7 100644
--- a/src/ScintillaBase.h
+++ b/src/ScintillaBase.h
@@ -43,7 +43,7 @@ protected:
int lexLanguage;
const LexerModule *lexCurrent;
PropSet props;
- enum {numWordLists=6};
+ enum {numWordLists=9};
WordList *keyWordLists[numWordLists+1];
void SetLexer(uptr_t wParam);
void SetLexerLanguage(const char *languageName);