-
Notifications
You must be signed in to change notification settings - Fork 150
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
Feature/#37 delimiters configuration #50
base: master
Are you sure you want to change the base?
Conversation
tag delimiters must be : - 2 characters - 2nd of start delimiter and 1st of end delimiter must be identical eg [% %] but not [{ }] where { <> }
…miter) qtc arguments
tested successfully with the basic server example :
|
Hello @valyala , did you consider my pull-request ? I am aware that the implementation is not perfect. |
@b3b00 , what is the use case for custom delimiters? Custom delimiters may fragment and complicate the experience with |
This PR answers issue #37 . |
This pull request allows to configure starting an ending tag delimiters (default "{%" and "%}" accordingly)
2 arguments have been added to the qtc compiler :
-sTag '{%'
-sTag '%}'
Delimiters mus respect following rules :
These rules are for compatibility reasons with original templates parsing.