I love using Vetur. It is very fast and great. But when I do a React project, and in the highlighting, I saw that the components had a different colour (That is by VS Code) than the normal tags:

I noticed that Vue files did not have that thing:

It would be nice if the Vue components also have different colour highlighting
Will this feature be added? so should I close this issue
Would be great to have it!
@max-programming don't close it, otherwise they will forget about it. We have to be patient and let them do their work.
okay. Thanks to support! I think they are working on it.


@octref I can't see it on mine. Do I have to change some settings?
@max-programming works for me, It only works for <PascalCase> like <MyButton>.
It only works for <PascalCase>, which is consistent with React.
It only works for
<PascalCase>, which is consistent with React.
This is what happens here:
I think there is some setting to change

I also reinstalled the extension but still doesn't work 馃槓
@octref Very happy to see the dedication and work towards this extension. Thanks a lot 馃槉
This is the other issue. It didn't get highlighted when expanded or if we write something between it

@max-programming Thanks for catching the cases 馃憤 #2146
I'd prefer opening new issues than appending to old issues though. It's easier to track.
This issue is finally solved. Sorry I checked it now
What is the correct scope to change the color in a custom theme?
Thank you
support.class.component.html.
How disable this feature?)
editor.tokenColorCustomizations
Is there some setting that I should check? Or some specific theme? For me, it isn't working.
I'm using Vue 3 with Typescript, Community Material Theme and that's it. No highlights. But React highlights works.
Found the issue (for me). I use WSL 2. When I open a project through WSL it doesn't get highlighted but when I open it through Windows it works perfectly.

Edit:
Microsoft's "Remove - WSL" extension was the problem. Removing it fixed the issue for me.
@mathewcst You might want to file an issue for them: https://github.com/Microsoft/vscode-remote-release
Most helpful comment
@max-programming Thanks for catching the cases 馃憤 #2146
I'd prefer opening new issues than appending to old issues though. It's easier to track.