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