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

Add parser for the Handlebars syntax #13

Open
green-coder opened this issue Apr 4, 2019 · 1 comment · Fixed by #14
Open

Add parser for the Handlebars syntax #13

green-coder opened this issue Apr 4, 2019 · 1 comment · Fixed by #14
Assignees
Labels
text template syntax Related to one of the template's text syntax

Comments

@green-coder
Copy link
Member

The spec is here: https://handlebarsjs.com/

@green-coder green-coder added the text template syntax Related to one of the template's text syntax label Apr 4, 2019
@green-coder green-coder self-assigned this Apr 4, 2019
@green-coder
Copy link
Member Author

Those few features are still missing:

  • The ../ to reference a parent context.
  • The access to special variables @index and @key in loops.
  • The line character removals, before and after the Handlebars expressions.

@green-coder green-coder reopened this Apr 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
text template syntax Related to one of the template's text syntax
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant