aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-07-22 01:54:30 +0000
committernyamatongwe <unknown>2005-07-22 01:54:30 +0000
commit13711e0199f918f700406727d9f26cb7b6f7932b (patch)
tree86b38afaaafe6bf663a6e21caf6ecf83033ea1d2
parent46c220c8016d69dcde0fca04e3d541eb86ef8dea (diff)
downloadscintilla-mirror-13711e0199f918f700406727d9f26cb7b6f7932b.tar.gz
Support for FreeBasic.
-rw-r--r--src/KeyWords.cxx1
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);