html.tmbundle icon indicating copy to clipboard operation
html.tmbundle copied to clipboard

Angular brackets of HTML tags are not highlighted together if attribute content also contains an angular bracket

Open rvbhute opened this issue 3 years ago • 0 comments

Originally filed in microsoft/vscode#138768

Steps to Reproduce:

  1. Create HTML tag whose attribute has content with angular bracket.
  2. The opening and closing angular brackets of the tag are no longer highlighted together, the bracket in the attribute value is highlighted instead.

Please see the screenshot below. The angular bracket on line 30 is getting highlighted rather than the closing bracket on line 33. image

Same code in another text editor (xed editor - Linux Mint) image

rvbhute avatar Dec 10 '21 02:12 rvbhute