-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Summary of the new feature / enhancement
- Open VS Code
- Open a PowerShell File
- Copy the following into the file:
@{
'string' = 'value'
name = funcName
key = $Variable
}
Proposed technical implementation details (optional)
Currently the 'variable' TextMate scope is a higher precedence than the 'meta' scope so setting the meta.hashtable.assignment.powershell scope to a different color is overwritten by the variable scope.
Trying to get a the hash key to be a different color than variables
Metadata
Metadata
Assignees
Labels
No labels
