compulim / vscode-closetag

Quickly close last opened HTML/XML tag in Visual Studio Code
14 stars 5 forks source link

Extension adds wrong close tag if attribute value in empty-element tag contains forward slash #7

Open eerohele opened 7 years ago

eerohele commented 7 years ago

v0.1.2. To reproduce:

<a><b c="d/"/>

Then use extension to auto-close tag.

It should add </a> but adds </b>.