Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants