Skip to content

Commit 4b44ed8

Browse files
committed
Make "One Dark Pro" theme happy.
1 parent 9f4c3b2 commit 4b44ed8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"scopes": {
3434
"jsx-lowercase": ["entity.name.tag"],
3535
"jsx-tag": ["punctuation.definition.tag"],
36-
"support-type": ["support.type"]
36+
"support-type-primitive": ["support.type.primitive"]
3737
}
3838
}
3939
],

server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ function onMessage(msg: m.Message) {
815815
tokenTypes: [
816816
"operator",
817817
"variable",
818-
"support-type",
818+
"support-type-primitive",
819819
"jsx-tag",
820820
"class",
821821
"enumMember",

0 commit comments

Comments
 (0)