# File lib/rouge/lexers/jinja.rb, line 33
      def self.word_operators
        @@word_operators ||= %w(is in and or not)
      end