diff options
author | nyamatongwe <unknown> | 2001-04-24 07:57:27 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-04-24 07:57:27 +0000 |
commit | 109202c21363c45c2ddd0bccef1ba1638456427a (patch) | |
tree | 767a2dc9374a950af13fdd99090f3a3649d3ff5c /src/KeyWords.cxx | |
parent | 243bedc1b28dfe6cdeddf8e807039d96e202ee94 (diff) | |
download | scintilla-mirror-109202c21363c45c2ddd0bccef1ba1638456427a.tar.gz |
Initial version.
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r-- | src/KeyWords.cxx | 2 |
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; |