class Rouge::Lexers::ECL

def self.template

def self.template
  @template ||= Set.new %w(
    append apply break constant debug declare demangle else elseif end
    endregion error expand export exportxml for forall getdatatype if
    ifdefined inmodule isdefined isvalid line link loop mangle onwarning
    option region set stored text trace uniquename warning webservice
    workunit loadxml
  )
end