Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Support element composition parsing #234

Open
nonplus opened this issue Feb 5, 2021 · 0 comments
Open

Support element composition parsing #234

nonplus opened this issue Feb 5, 2021 · 0 comments

Comments

@nonplus
Copy link

nonplus commented Feb 5, 2021

https://github.com/google/closure-templates/blob/master/documentation/reference/element-composition.md

{template example2 kind="html<div>"}
  <{example3()}></> // Element composition call
{/template}

Right now there is a parsing error on </>: Closing tag matches nothing.

FWIW, this error might be coming from the underlying (IntelliJ) HTML template data language. No parsing error is reported if the composition tag is closed with </{}>, but that's not valid soy.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants