# File lib/rouge/lexers/idlang.rb, line 43
      def self.decorators
        # Must not have a comma afterwards
        @decorators ||= Set.new %w(
          COMPILE_OPT
        )
      end