aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyWords.cxx
diff options
context:
space:
mode:
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;