class Rouge::Lexers::IDLang

def self.exec_unit

def self.exec_unit
  @exec_unit ||= Set.new %w(
    PRO FUNCTION
  )
end