diff options
author | nyamatongwe <devnull@localhost> | 2005-07-22 01:54:30 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2005-07-22 01:54:30 +0000 |
commit | 6d34090e9a76f6a45e593a522daee7e857c2df8d (patch) | |
tree | 86b38afaaafe6bf663a6e21caf6ecf83033ea1d2 /src | |
parent | 21e24966679962a3579a344b85cd8d4f4ee48c60 (diff) | |
download | scintilla-mirror-6d34090e9a76f6a45e593a522daee7e857c2df8d.tar.gz |
Support for FreeBasic.
Diffstat (limited to 'src')
-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 7874890b1..d1b9614e5 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -139,6 +139,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmBash); LINK_LEXER(lmBlitzBasic); LINK_LEXER(lmPureBasic); + LINK_LEXER(lmFreeBasic); LINK_LEXER(lmBullant); LINK_LEXER(lmCaml); LINK_LEXER(lmClw); |