dustjs icon indicating copy to clipboard operation
dustjs copied to clipboard

Feature Request: Custom tags.

Open trusktr opened this issue 11 years ago • 2 comments

e.g.

var dust = require("dustjs-linkedin");
dust.leftOpen = "{{";
dust.rightClose = "}}";

trusktr avatar Mar 27 '14 07:03 trusktr

I too like this idea. However I just created a custom build by modifying the dust.pegjs definition file.

cmc19 avatar Mar 27 '14 12:03 cmc19

@cmc19 Oh cool. Thanks for pointing that out.

trusktr avatar Mar 28 '14 00:03 trusktr