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

change delimiters #1184

Closed
BilalBoulifa opened this issue Feb 18, 2016 · 5 comments
Closed

change delimiters #1184

BilalBoulifa opened this issue Feb 18, 2016 · 5 comments

Comments

@BilalBoulifa
Copy link

I'm using handlebars with nodejs and I would like to change the delimiters {{ }}.

is it possible ?
if yes how ?

Thank you :)

@Pisi-Deff
Copy link

A question about syntax customization has been answered before: #1167

@BilalBoulifa
Copy link
Author

ok thank you, but this is a too much, fork the project and playing with the whole syntax just to be able to change delimiters from {{ }} to [[ ]]
there is no other simple solution ?
I guess no, look like the parser was auto generated.

@kpdecker
Copy link
Collaborator

The reason that it's not supported within the project itself is that there is not a simple solution given our parser infrastructure.

@kpdecker
Copy link
Collaborator

That is to say there is no simple solution that doesn't break all existing use cases or introduce significant overhead.

@BilalBoulifa
Copy link
Author

ok, any way thank you for your reply 👍

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

No branches or pull requests

3 participants