class Rouge::Lexers::RobotFramework

def initialize(opts = {})

def initialize(opts = {})
  super(opts)
  @col = 0
  @next = nil
  @is_template = false
end