Open bartocc opened 7 years ago
.hbs
{{#if true}} foobar {{/if}}
This happens because increaseIndentPattern and decreaseIndentPattern in https://github.com/jmurphyau/language-ember-htmlbars/blob/master/settings/language-ember-htmlbars.cson are wrong.
increaseIndentPattern
decreaseIndentPattern
We should remove the references to php which are legacy from the language-html package port and and new references for htmlbars syntax
php
How to reproduce
.hbs
file with the following contentActual result
Expected result
This happens because
increaseIndentPattern
anddecreaseIndentPattern
in https://github.com/jmurphyau/language-ember-htmlbars/blob/master/settings/language-ember-htmlbars.cson are wrong.We should remove the references to
php
which are legacy from the language-html package port and and new references for htmlbars syntax