daaain/Handlebars

'else' gets wrong treatment

louwers opened this issue · 4 comments

screen shot 2015-05-26 at 16 06 44

else is part of the {{#if ...}} syntax, so it would be consequent if it were the same color, no?

Good point, fixed :)

Brilliant! Thanks a bunch!

There still seem to be problems if you use an {{#unless}}-block inline.

screen shot 2015-06-22 at 14 56 24

Right, had to enable this inside quotes, fixed now by 05d8d21