class Rouge::Lexers::Jinja

def self.keywords

def self.keywords
  @keywords ||= %w(as context do else extends from ignore missing
                   import include reversed recursive scoped
                   autoescape endautoescape block endblock call endcall
                   filter endfilter for endfor if endif macro endmacro
                   set endset trans endtrans with endwith without)
end