class Rouge::Lexers::IDLang

def self.keywords

def self.keywords
  @keywords ||= Set.new %w(
    STRUCT INHERITS
    RETURN CONTINUE BEGIN END BREAK GOTO
  )
end