We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa51b45 + ced4b57 commit f7c7ba9Copy full SHA for f7c7ba9
lib/rdoc/token_stream.rb
@@ -36,9 +36,10 @@ def self.to_html token_stream
36
when RDoc::RubyToken::TkIVAR then 'ruby-ivar'
37
when RDoc::RubyToken::TkOp then 'ruby-operator'
38
when RDoc::RubyToken::TkId then 'ruby-identifier'
39
+ when RDoc::RubyToken::TkREGEXP then 'ruby-regexp'
40
+ when RDoc::RubyToken::TkDREGEXP then 'ruby-regexp'
41
when RDoc::RubyToken::TkNode then 'ruby-node'
42
when RDoc::RubyToken::TkCOMMENT then 'ruby-comment'
- when RDoc::RubyToken::TkREGEXP then 'ruby-regexp'
43
when RDoc::RubyToken::TkSTRING then 'ruby-string'
44
when RDoc::RubyToken::TkVal then 'ruby-value'
45
end
0 commit comments