# File lib/rouge/lexers/vhdl.rb, line 34
      def self.operator_words
        @operator_words ||= Set.new %w(
        abs and mod nand nor not or rem rol ror sla sll sra srl xnor xor
        )
      end