# File lib/rouge/lexers/cpp.rb, line 33 def self.keywords_type @keywords_type ||= super + Set.new(%w( bool )) end