daltoniam/bumblebee

If multiple patterns are matched, only last pattern's attributes are added

Cinamonas opened this issue · 2 comments

For example: [*foo*](c:FF0000) matches color ([?](c:?)) and bold font (*?*) patterns, but it only receives color attribute.

There's a workaround, but it ain't pretty.

true, currently it doesn't support compounded attributes. I agree that would be a cool addition/enhancement.

1.0.1 has been released which I believe should address this. Thanks.