diff options
author | nyamatongwe <unknown> | 2001-12-05 23:59:45 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-12-05 23:59:45 +0000 |
commit | bcaddd8ed8a5566970a3ded5bca701d902f0f662 (patch) | |
tree | 0db4a3986050807e7122efca83698ca1cd10315a /src/KeyWords.cxx | |
parent | e1eeb94e070aed1d7154cf0739af4d8665dee11d (diff) | |
download | scintilla-mirror-bcaddd8ed8a5566970a3ded5bca701d902f0f662.tar.gz |
Added LexBaan.
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r-- | src/KeyWords.cxx | 2 |
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 |