Colour from custom component is the same as regular HTML tags
Closed this issue · 3 comments
Rem0ld commented
denys-petryniak commented
The following only works for React, doesn't work for Vue templates unfortunately
directly in settings.json
file:
"editor.tokenColorCustomizations": {
"[Tokyo Night]": {
"textMateRules": [
{
"name": "JSX/TSX Component tags",
"scope": ["entity.name.tag support.class.component"],
"settings": { "foreground": "#00fab5" }
}
]
}
},
triplecasquette commented
enkia commented
The latest version fixes the issue with Volar.