diff options
author | nyamatongwe <unknown> | 2005-08-30 11:07:33 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2005-08-30 11:07:33 +0000 |
commit | 4f8c51ef2e37f152640afa8565716435b256172c (patch) | |
tree | 1f359ea0977818f6efbafb8d5c5d2fbfa7bdd473 /src/LexRuby.cxx | |
parent | 203b397eb52cbdd7355e00006adb489780378307 (diff) | |
download | scintilla-mirror-4f8c51ef2e37f152640afa8565716435b256172c.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); |