mwunsch / handlebars.scala

A Scala implementation of the Handlebars templating language (a superset of Mustache).
Apache License 2.0
112 stars 40 forks source link

Add support for unescaped helper mustaches #31

Closed williamho closed 10 years ago

williamho commented 10 years ago

Noticed that when trying to use unescaped helper mustaches, it resulted in an error.

I'm actually not very familiar with the syntax used in the grammar file, but I gave it a shot and it seems to work, at least for my purposes.

chrhicks commented 10 years ago

@williamho We've just pushed a rewrite of handlebars.scala. Things have changed quite a bit, but let me know if this is still an issue for you.