Closed newlix closed 12 years ago
Can be fixed by adding:
{ include = '#embedded-ruby'; }
at the end of the file where all patterns are defined for "tag-stuff".
@squidfunk this only seems to work on new lines. That is:
span= "#{e.starts_at.strftime('%l:%M%P')}"
doesn't highlight correctly but
span
= "#{e.starts_at.strftime('%l:%M%P')}"
does. Any ideas on that one?
hi,
"#{pluralize(@product.errors.count, "error")} prohibited this product from being saved:"
the #{.......} part will be treated as string
It will be nicer to treat it as different part as the haml bundle does.
thanks.