diff options
author | nyamatongwe <devnull@localhost> | 2005-08-30 11:07:33 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2005-08-30 11:07:33 +0000 |
commit | 95a714f8a63361dc6301e45173cdfa047e0f6b5c (patch) | |
tree | 1f359ea0977818f6efbafb8d5c5d2fbfa7bdd473 /src/LexRuby.cxx | |
parent | af030da0ca3350e14457afd71776d37fb84d6f7d (diff) | |
download | scintilla-mirror-95a714f8a63361dc6301e45173cdfa047e0f6b5c.tar.gz |
Added StyleBitsNeeded property and implemented to return 5 for all lexers
except HTML, XML, ... (7) and Ruby (6).
Diffstat (limited to 'src/LexRuby.cxx')
-rw-r--r-- | src/LexRuby.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LexRuby.cxx b/src/LexRuby.cxx index 878071a53..e8a4d2917 100644 --- a/src/LexRuby.cxx +++ b/src/LexRuby.cxx @@ -1253,4 +1253,4 @@ static const char * const rubyWordListDesc[] = { 0 }; -LexerModule lmRuby(SCLEX_RUBY, ColouriseRbDoc, "ruby", FoldRbDoc, rubyWordListDesc); +LexerModule lmRuby(SCLEX_RUBY, ColouriseRbDoc, "ruby", FoldRbDoc, rubyWordListDesc, 6); |