mustache / vim-mustache-handlebars

mustache and handlebars mode for vim
mustache.github.io
455 stars 49 forks source link

Allow multi-line component blocks #82

Closed jsit closed 5 years ago

jsit commented 5 years ago

Ember syntax like this:

{{component
  param="value"
  foo="bar"}}

{{component
  param="value"
  foo="bar"
}}

Should be indented properly