vuejs / language-tools

⚡ High-performance Vue language tooling based-on Volar.js
https://marketplace.visualstudio.com/items?itemName=Vue.volar
MIT License
5.87k stars 400 forks source link

tags colored not similar from group of components #4702

Closed wildwind123 closed 3 months ago

wildwind123 commented 3 months ago

Vue - Official extension or vue-tsc version

v2.0.28

VSCode version

Version: 1.92.2

Vue version

^3.4.37

TypeScript version

^5.5.3

System Info

System:
    OS: Linux 6.8 Ubuntu 22.04.3 LTS 22.04.3 LTS (Jammy Jellyfish)
    CPU: (6) x64 Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
    Memory: 7.25 GB / 15.37 GB
    Container: Yes
    Shell: 5.1.16 - /bin/bash
  Binaries:
    Node: 21.4.0 - /usr/local/bin/node
    Yarn: 1.22.22 - /usr/local/bin/yarn
    npm: 10.2.4 - /usr/local/bin/npm
    pnpm: 8.11.0 - ~/.local/share/pnpm/pnpm
  Browsers:
    Chrome: 127.0.6533.88

Steps to reproduce

clone this repo https://github.com/wildwind123/vue3group

open in vscode

will be like

image

What is expected?

</Examples.Bar> and </Examples.Foo> should be same color of start tag

What is actually happening?

wrong color start and end tags

Link to minimal reproduction

https://stackblitz.com/~/github.com/wildwind123/vue3group

Any additional comments?

maybe this feature request ? i don't know

KazariEX commented 3 months ago

Duplicate of #3341