Skip to content

Commit 4ce2cee

Browse files
committed
restore package.json
1 parent 18dba60 commit 4ce2cee

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,9 @@
3131
"semanticTokenScopes": [
3232
{
3333
"scopes": {
34-
"jsx-lowercase": [
35-
"entity.name.tag"
36-
],
37-
"jsx-tag": [
38-
"punctuation.definition.tag"
39-
],
40-
"support-type-primitive": [
41-
"support.type.primitive"
42-
]
34+
"jsx-lowercase": ["entity.name.tag"],
35+
"jsx-tag": ["punctuation.definition.tag"],
36+
"support-type-primitive": ["support.type.primitive"]
4337
}
4438
}
4539
],

0 commit comments

Comments
 (0)