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

Configurable variable delimiter syntax #4

Open
ghost opened this issue Feb 9, 2018 · 1 comment
Open

Configurable variable delimiter syntax #4

ghost opened this issue Feb 9, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 9, 2018

Ability to change variable reference syntax:

moustache --start-variable "{{" --stop-variable "}}"
moustache --start-variable "${" --stop-variable "}"
moustache --start-variable "((" --stop-variable "))"
moustache --start-variable "[[" --stop-variable "]]"
moustache --start-variable "<![CDATA[" --stop-variable "]]>"
@ghost ghost changed the title Configurable variable substitution syntax Configurable variable referece syntax Feb 9, 2018
@michaelstepner michaelstepner changed the title Configurable variable referece syntax Configurable variable delimiter syntax Oct 7, 2018
@michaelstepner
Copy link
Owner

This is a good idea, and the ability to change the delimiter is a part of the Mustache spec. I'd welcome a pull request.

I've pasted the contributing section from the README below.

Contributing

Project Status: Inactive

This code is not being actively developed. It was created to fulfill my pandoc writing needs, and the current feature set is adequate for me.

If you have a feature request, it is unlikely that I will be able to implement it for you. You can create an issue to generate discussion. If you implement a feature, you can file pull request and I will review it eventually, as time permits. If you're interested in making major additions to the code, I'd be happy to welcome a new maintainer to the project.

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

1 participant