diff options
| author | nyamatongwe <devnull@localhost> | 2001-12-05 23:59:45 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-12-05 23:59:45 +0000 | 
| commit | 9b3631add267ae689c03308f6c45ac9bb2981ed9 (patch) | |
| tree | 0db4a3986050807e7122efca83698ca1cd10315a /src | |
| parent | dd346f466525ae411cf4ef00092c058831cb5372 (diff) | |
| download | scintilla-mirror-9b3631add267ae689c03308f6c45ac9bb2981ed9.tar.gz | |
Added LexBaan.
Diffstat (limited to 'src')
| -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  | 
