class Rouge::Lexers::Jinja

def self.word_operators

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