aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyWords.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-09-29 10:45:32 +0000
committernyamatongwe <devnull@localhost>2001-09-29 10:45:32 +0000
commit024dc10f84b3ad74d83b2ae997b0a25d3c179aea (patch)
tree899f3eb72ba83e00c76c0f5ad0a5faa78d6ff859 /src/KeyWords.cxx
parent9ebdb89ac3c39e37ef28ad5487f6f8ee53c42bf3 (diff)
downloadscintilla-mirror-024dc10f84b3ad74d83b2ae997b0a25d3c179aea.tar.gz
Bullant lexer added.
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r--src/KeyWords.cxx2
1 files changed, 2 insertions, 0 deletions
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;