aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexRuby.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-08-30 11:07:33 +0000
committernyamatongwe <devnull@localhost>2005-08-30 11:07:33 +0000
commit95a714f8a63361dc6301e45173cdfa047e0f6b5c (patch)
tree1f359ea0977818f6efbafb8d5c5d2fbfa7bdd473 /src/LexRuby.cxx
parentaf030da0ca3350e14457afd71776d37fb84d6f7d (diff)
downloadscintilla-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.cxx2
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);