# File lib/rouge/lexers/fsharp.rb, line 35
      def self.word_operators
        @word_operators ||= Set.new %w(and asr land lor lsl lxor mod or)
      end