From bcaddd8ed8a5566970a3ded5bca701d902f0f662 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 5 Dec 2001 23:59:45 +0000 Subject: Added LexBaan. --- src/KeyWords.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx index c759d600f..b87853a19 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -108,6 +108,7 @@ LexerModule lmNull(SCLEX_NULL, ColouriseNullDoc, "null"); int wxForceScintillaLexers(void) { extern LexerModule lmAda; extern LexerModule lmAVE; + extern LexerModule lmBaan; extern LexerModule lmBatch; extern LexerModule lmConf; extern LexerModule lmCPP; @@ -133,6 +134,7 @@ int wxForceScintillaLexers(void) { if ( &lmAda && &lmAVE + && &lmBaan && &lmConf && &lmDiff && &lmLatex -- cgit v1.2.3