Skip to content

Commit 2d30df7

Browse files
Use property scope (#2844)
1 parent 4287f79 commit 2d30df7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: themes/theme-psise/theme.json

+11
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,17 @@
9090
"foreground": "#008080"
9191
}
9292
},
93+
{
94+
"name": "Keys and Properties",
95+
"scope": [
96+
"property",
97+
"variable.other.property",
98+
"variable.other.property.powershell"
99+
],
100+
"settings": {
101+
"foreground": "#2d2e45"
102+
}
103+
},
93104
{
94105
"name": "Variables",
95106
"scope": [

0 commit comments

Comments
 (0)