jmurphyau / language-ember-htmlbars

Other
5 stars 2 forks source link

No support for Handlebars whitespace control ("{{~") #7

Open courthead opened 8 years ago

courthead commented 8 years ago

screen shot 2015-10-06 at 11 06 33 am

Handlebars supports whitespace control, which will remove any whitespace before/after a mustache statement that begins with {{~ or ends with ~}}, respectively. If you look at the screenshot, however, this isn't supported correctly, as the {{~else}} and {{~false-component}} statements aren't highlighted.

RobbieTheWagner commented 8 years ago

Just encountered this as well