aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyWords.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-04-24 07:57:27 +0000
committernyamatongwe <devnull@localhost>2001-04-24 07:57:27 +0000
commite95184b94176f33cfe0400a0239f4d3b7e2e8bee (patch)
tree767a2dc9374a950af13fdd99090f3a3649d3ff5c /src/KeyWords.cxx
parent01dc1f01e34f5e944e15c0eaab17acb40779db68 (diff)
downloadscintilla-mirror-e95184b94176f33cfe0400a0239f4d3b7e2e8bee.tar.gz
Initial version.
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r--src/KeyWords.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx
index f28fcecfb..9ac71491b 100644
--- a/src/KeyWords.cxx
+++ b/src/KeyWords.cxx
@@ -105,6 +105,7 @@ int wxForceScintillaLexers(void) {
extern LexerModule lmPython;
extern LexerModule lmSQL;
extern LexerModule lmVB;
+ extern LexerModule lmRuby;
if (
&lmAda
@@ -119,6 +120,7 @@ int wxForceScintillaLexers(void) {
&& &lmPython
&& &lmSQL
&& &lmVB
+ && &lmRuby
)
{
return 1;