aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyWords.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-06-12 11:12:20 +0000
committernyamatongwe <devnull@localhost>2001-06-12 11:12:20 +0000
commit0637e2f768098f64386d5c1774652bcb55d7ba40 (patch)
tree6b8824fafe133ee9ba36f3a1bda8df03f546fdb4 /src/KeyWords.cxx
parent2e870a56408078cc17e7a4dea26e4b5664758bd6 (diff)
downloadscintilla-mirror-0637e2f768098f64386d5c1774652bcb55d7ba40.tar.gz
Patch from Walter to include all the new lexers.
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r--src/KeyWords.cxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx
index 9ac71491b..265dbf565 100644
--- a/src/KeyWords.cxx
+++ b/src/KeyWords.cxx
@@ -94,6 +94,11 @@ LexerModule lmNull(SCLEX_NULL, ColouriseNullDoc, "null");
int wxForceScintillaLexers(void) {
extern LexerModule lmAda;
+ extern LexerModule lmAVE;
+ extern LexerModule lmConf;
+ extern LexerModule lmDiff;
+ extern LexerModule lmLatex;
+ extern LexerModule lmPascal;
extern LexerModule lmCPP;
extern LexerModule lmHTML;
extern LexerModule lmXML;
@@ -109,6 +114,11 @@ int wxForceScintillaLexers(void) {
if (
&lmAda
+ && &lmAVE
+ && &lmConf
+ && &lmDiff
+ && &lmLatex
+ && &lmPascal
&& &lmCPP
&& &lmHTML
&& &lmXML