diff options
| author | nyamatongwe <devnull@localhost> | 2005-02-06 01:13:56 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2005-02-06 01:13:56 +0000 | 
| commit | 896b66a11d723ad75722581396fef196249ef25d (patch) | |
| tree | 5d8264130f10a41ee2df34438fcc36002c2c9471 /src/KeyWords.cxx | |
| parent | 7d0a1f96363ca349de3962e29217db60fd3664da (diff) | |
| download | scintilla-mirror-896b66a11d723ad75722581396fef196249ef25d.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); | 
