aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexRuby.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-01-19 20:48:30 +1100
committernyamatongwe <devnull@localhost>2011-01-19 20:48:30 +1100
commitf56384c3c7667ff9f603b8691c3ce8491aad71cf (patch)
treee7eebcc2ec897eb5f6c55340b7dee808a17092f3 /lexers/LexRuby.cxx
parent9d5f8be054e6c3289b7730935664c0baf65e4c51 (diff)
downloadscintilla-mirror-f56384c3c7667ff9f603b8691c3ce8491aad71cf.tar.gz
Increased style bits to 6 as style numbers above 31 used.
Diffstat (limited to 'lexers/LexRuby.cxx')
-rw-r--r--lexers/LexRuby.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexRuby.cxx b/lexers/LexRuby.cxx
index e6559261e..56c40f0e9 100644
--- a/lexers/LexRuby.cxx
+++ b/lexers/LexRuby.cxx
@@ -1771,4 +1771,4 @@ static const char * const rubyWordListDesc[] = {
0
};
-LexerModule lmRuby(SCLEX_RUBY, ColouriseRbDoc, "ruby", FoldRbDoc, rubyWordListDesc);
+LexerModule lmRuby(SCLEX_RUBY, ColouriseRbDoc, "ruby", FoldRbDoc, rubyWordListDesc, 6);