vincaslt / vscode-highlight-matching-tag

Highlights matching opening or closing tag in VSCode
https://marketplace.visualstudio.com/items?itemName=vincaslt.highlight-matching-tag
MIT License
159 stars 16 forks source link

Bug: Newlines not handled properly #159

Open liamwh opened 1 month ago

liamwh commented 1 month ago

If the html attribute is on the same line, syntax highlighting works: image

If not, it doesn't work: image

Would love to see this fixed as I really appreciate this plugin!