machty / emblem.js

Emblem.js - Ember-friendly, indented syntax alternative for Handlebars.js
http://emblemjs.com
MIT License
1.04k stars 81 forks source link

allow in-tag mustaches to precede multi-line start #336

Closed jakesjews closed 1 year ago

jakesjews commented 4 years ago

Partially resolves #335. I'm new to peg.js so I'm not too sure this is the best way to implement this.

jakesjews commented 4 years ago

@thec0keman Is there any changes I can make to get this PR in?

VasylMarchuk commented 4 years ago

Could this also potentially fix #340 ? Edit: found this too, most likely related: https://github.com/emberjs/ember-render-modifiers/issues/15