aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/KeyWords.cxx2
1 files changed, 2 insertions, 0 deletions
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