class Rouge::Lexers::SML

def token_for_id_with_dot(id)

def token_for_id_with_dot(id)
  if self.class.keywords.include? id
    Error
  else
    Name::Namespace
  end
end