In HTML file, click HTML tag ,

In Vue file, click HTML tag, all tags are selected with highlight !

Dup of #194.
This is still not working for me..
@octref The problem still exists if i add lang attribute like this:
<template lang="html">
Found the bug.
There is a subtle difference between highlighting and selecting.
When you single click on <div>, Vetur highlights correctly.
When you double click on <div>, you would select the word under cursor and VS Code would highlight all same word by default.