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

multi-line bracket syntax for line-starting mustaches #207

Closed mixonic closed 9 years ago

mixonic commented 9 years ago

This syntax is broken.

sally [
  'foo'
  something="false" ]
  |  Bracketed helper attrs!

See:

https://github.com/machty/emblem.js/blob/0.5.0-beta/tests/integration/mustaches-test.js#L288-L309