samskivert / jmustache

A Java implementation of the Mustache templating language.
Other
837 stars 128 forks source link

Make it possible to use a custom set of delimiters by default #33

Closed hierynomus closed 11 years ago

hierynomus commented 11 years ago

We sometimes want to resolve templates using a custom set of delimiters, but do not want to include those delimiters in the file. It should therefore be possible to configure the compiler with a set of custom delimiters.

Pull request coming up...