rcrowley / mustache.sh

Mustache in POSIX shell
Other
81 stars 8 forks source link

Comments #4

Closed waghanza closed 10 years ago

waghanza commented 10 years ago

Hi,

I have an SQL query computed by pystach on a python3 app.

The is comments on this sql query (not SQL commentn, but pystache comments))

{{ ! my wonderful comment }}

When I use mustache.sh, mustache.sh < query.sql my comment is

$ ! my wonderful comment
rcrowley commented 10 years ago

The parser requires that the tag type directly follow the braces so your syntax needs to be {{! my wonderful comment }}.