diff options
| author | nyamatongwe <unknown> | 2005-02-04 12:02:07 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2005-02-04 12:02:07 +0000 | 
| commit | 4445dc7dc361470d37cfbe9ef567f37b5ad2bd13 (patch) | |
| tree | 6add782404437f5339958037fd8a1c7fda770ac9 /src/KeyWords.cxx | |
| parent | ec099a9f83f1eb631cee326a02c653b79bdc72a8 (diff) | |
| download | scintilla-mirror-4445dc7dc361470d37cfbe9ef567f37b5ad2bd13.tar.gz | |
Added BlitzBasic lexer and properties file.
Diffstat (limited to 'src/KeyWords.cxx')
| -rw-r--r-- | src/KeyWords.cxx | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx index 66e82094c..1667778b2 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -137,6 +137,7 @@ int Scintilla_LinkLexers() {  	LINK_LEXER(lmAVE);  	LINK_LEXER(lmBaan);  	LINK_LEXER(lmBash); +	LINK_LEXER(lmBB);  	LINK_LEXER(lmBullant);  	LINK_LEXER(lmClw);  	LINK_LEXER(lmClwNoCase); | 
