diff options
author | nyamatongwe <unknown> | 2005-02-06 01:13:56 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2005-02-06 01:13:56 +0000 |
commit | dbba5f5ab521c75ea89599efb4b0b8564996a0b5 (patch) | |
tree | 5d8264130f10a41ee2df34438fcc36002c2c9471 /src/KeyWords.cxx | |
parent | 90dbd534b1802c01989010c417ad81b29d731200 (diff) | |
download | scintilla-mirror-dbba5f5ab521c75ea89599efb4b0b8564996a0b5.tar.gz |
Removed BlitzBasic lexer as this will be incorporated into
main Basic lexer.
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r-- | src/KeyWords.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx index 1667778b2..66e82094c 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -137,7 +137,6 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmAVE); LINK_LEXER(lmBaan); LINK_LEXER(lmBash); - LINK_LEXER(lmBB); LINK_LEXER(lmBullant); LINK_LEXER(lmClw); LINK_LEXER(lmClwNoCase); |