class Rouge::Lexers::RobotFramework

def self.settings_with_args

def self.settings_with_args
  @settings_with_args ||= Set.new [
    "arguments", "default tags", "documentation", "force tags",
    "metadata", "return", "tags", "timeout", "task timeout",
    "test timeout"
  ]
end