From 441083e8429701c2edc077406db606d7a6f8e132 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 29 Sep 2001 10:45:32 +0000 Subject: Bullant lexer added. --- src/KeyWords.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/KeyWords.cxx') diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx index 756037a9a..c759d600f 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -128,6 +128,7 @@ int wxForceScintillaLexers(void) { extern LexerModule lmSQL; extern LexerModule lmVB; extern LexerModule lmXML; + extern LexerModule lmBullant; if ( &lmAda @@ -153,6 +154,7 @@ int wxForceScintillaLexers(void) { && &lmLISP && &lmLua && &lmNull + && &lmBullant ) { return 1; -- cgit v1.2.3