# File lib/rouge/lexers/idlang.rb, line 29 def self.keywords @keywords ||= Set.new %w( STRUCT INHERITS RETURN CONTINUE BEGIN END BREAK GOTO ) end