Skip to content

Commit c6443d4

Browse files
authored
change component highlight from tsx to svelte (#325)
Clear the confusion and more customization for theme author
1 parent fcd2c85 commit c6443d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/svelte-vscode/syntaxes/svelte.tmLanguage.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@
570570
"name": "punctuation.definition.tag.begin.html"
571571
},
572572
"2": {
573-
"name": "support.class.component.tsx"
573+
"name": "support.class.component.svelte"
574574
}
575575
},
576576
"end": "(/?>)",
@@ -579,7 +579,7 @@
579579
"name": "punctuation.definition.tag.end.html"
580580
},
581581
"2": {
582-
"name": "support.class.component.tsx"
582+
"name": "support.class.component.svelte"
583583
}
584584
},
585585
"name": "meta.tag.svelte",

0 commit comments

Comments
 (0)