textmate / html.tmbundle

TextMate support for HTML
75 stars 95 forks source link

Tag closing baracket no longer gets `punctuation.definition.tag.html` scope #89

Closed aeschli closed 6 years ago

aeschli commented 6 years ago

With the latest changes, the closing bracket > only gets the text.html.basic meta.tag.custom.end.html" scope. It used to be text.html.basic meta.tag.any.html punctuation.definition.tag.html

There are many theme that look for the for punctuation.definition.tag tags. (defining a color rule for meta scopes is not recommended as meta tags typically define a range.

infininight commented 6 years ago

Good catch, a mis-numbered capture. Checked all the other matches and I think that's the only punctuation match that got mis-numbered.