-
Notifications
You must be signed in to change notification settings - Fork 236
Open
Labels
type: syntaxSyntax highlightingSyntax highlighting
Description
Example code in VUE 3
VSCODE Theme GitHub Dark Default
settings.json -> copy & paste
"editor.tokenColorCustomizations": {
"[GitHub Dark Default]": {
"textMateRules": [
{
"scope": [
"support.class.component.html",
"entity.other.attribute-name.html"
],
"settings": {
"foreground": "#C792EA"
}
},
{
"scope": [
"entity.other.attribute-name.html"
],
"settings": {
"foreground": "#F97583"
}
},
]
},
},Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: syntaxSyntax highlightingSyntax highlighting
