From 109202c21363c45c2ddd0bccef1ba1638456427a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 24 Apr 2001 07:57:27 +0000 Subject: Initial version. --- src/KeyWords.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/KeyWords.cxx') 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; -- cgit v1.2.3