diff options
author | nyamatongwe <devnull@localhost> | 2011-01-19 20:48:30 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-01-19 20:48:30 +1100 |
commit | f56384c3c7667ff9f603b8691c3ce8491aad71cf (patch) | |
tree | e7eebcc2ec897eb5f6c55340b7dee808a17092f3 /lexers/LexRuby.cxx | |
parent | 9d5f8be054e6c3289b7730935664c0baf65e4c51 (diff) | |
download | scintilla-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.cxx | 2 |
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); |