# File lib/rouge/lexers/idlang.rb, line 23
      def self.exec_unit
        @exec_unit ||= Set.new %w(
          PRO FUNCTION
        )
      end