class Rouge::Lexers::Coq

def self.tacticals

def self.tacticals
  @tacticals ||= Set.new %w(
    repeat first try
  )
end