Add powershell members to default themes

Fixes #78212
This commit is contained in:
Alex Ross 2019-07-31 12:53:47 +02:00
parent 1e27e71747
commit bcc8fb61cc
3 changed files with 9 additions and 6 deletions

View file

@ -8,7 +8,8 @@
"scope": [
"entity.name.function",
"support.function",
"support.constant.handlebars"
"support.constant.handlebars",
"source.powershell variable.other.member"
],
"settings": {
"foreground": "#DCDCAA"
@ -171,4 +172,4 @@
}
}
]
}
}

View file

@ -13,7 +13,8 @@
"scope": [
"entity.name.function",
"support.function",
"support.constant.handlebars"
"support.constant.handlebars",
"source.powershell variable.other.member"
],
"settings": {
"foreground": "#DCDCAA"
@ -115,4 +116,4 @@
}
}
]
}
}

View file

@ -8,7 +8,8 @@
"scope": [
"entity.name.function",
"support.function",
"support.constant.handlebars"
"support.constant.handlebars",
"source.powershell variable.other.member"
],
"settings": {
"foreground": "#795E26"
@ -172,4 +173,4 @@
}
]
}
}