Closed ghost closed 9 years ago
Tag regex definition needs to be expanded to account for this situation.
Not a bug -- this is a readability feature. For instance:
%tag.class.another-class implies <tag class="class another-class"></tag>
%tag.class.another-class
<tag class="class another-class"></tag>
Thus, differentiating the class associated with the tag is important.
Tag regex definition needs to be expanded to account for this situation.