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

Colon syntax does not work if nesting component into component #339

Open VasylMarchuk opened 4 years ago

VasylMarchuk commented 4 years ago

Hi!

Either I can't figure it out, or this syntax does not work:

= my-component: = my-other-component

my-other-component is not rendered

Thanks!

VasylMarchuk commented 4 years ago

So, I figured out the syntax that works, but it has ambiguity in it

I'd love to be able to explicitly do = my-component: = img