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

Comments are excluded from indentation detection #307

Open thec0keman opened 6 years ago

thec0keman commented 6 years ago

This is invalid currently:

= if foo
  p Hi

/ Other
= else
  p bye

It would be nice if comments were excluded from indentation detection