# File lib/rouge/lexers/abap.rb, line 176
      def self.new_keywords
        @types = Set.new %w(
          DATA FIELD-SYMBOL
        )
      end