Skip to content

Commit 5059cec

Browse files
bors[bot]matklad
andauthored
Merge #3353
3353: Set attr scope r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
2 parents a94e967 + 00fc172 commit 5059cec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

editors/code/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,12 @@
404404
}
405405
],
406406
"semanticTokenStyleDefaults": [
407+
{
408+
"selector": "attribute",
409+
"scope": [
410+
"meta.attribute"
411+
]
412+
},
407413
{
408414
"selector": "*.mutable",
409415
"light": {

0 commit comments

Comments
 (0)