class Rouge::Lexers::Twig

def self.word_operators

def self.word_operators
  @@word_operators ||= %w(b-and b-or b-xor is in and or not)
end