diff --git a/extensions/powershell/syntaxes/powershell.tmLanguage.json b/extensions/powershell/syntaxes/powershell.tmLanguage.json index e70dd5309d0a0..2700c544f6500 100644 --- a/extensions/powershell/syntaxes/powershell.tmLanguage.json +++ b/extensions/powershell/syntaxes/powershell.tmLanguage.json @@ -647,7 +647,7 @@ { "captures": { "0": { - "name": "support.constant.variable.powershell" + "name": "variable.other.constant.powershell" }, "1": { "name": "punctuation.definition.variable.powershell" @@ -825,7 +825,7 @@ { "captures": { "0": { - "name": "support.constant.variable.powershell" + "name": "variable.other.constant.powershell" }, "1": { "name": "punctuation.definition.variable.powershell" @@ -1026,4 +1026,4 @@ ] } } -} \ No newline at end of file +}