Valloric / MatchTagAlways

A Vim plugin that always highlights the enclosing html/xml tags
http://valloric.github.com/MatchTagAlways/
GNU General Public License v3.0
540 stars 24 forks source link

Update tag highlight group pattern #35

Closed raffy2010 closed 7 years ago

raffy2010 commented 7 years ago

previous pattern does't support tag attributes multi-line display, especially in jsx. highlight of start tag(ParentComponent) disappear

<ParentComponent
  foo={"foo"}
  bar={false}
>
  <ChildComponent />
</ParentComponent>
Valloric commented 7 years ago

Looks good, thanks!