Prerequisites
Steps to reproduce
The global:PROJ_ROOT should be highlighted the same on both lines, regardless of curly braces
${script:compile} = {
${global:PKG_BULD_DIR} = "$global:PROJ_ROOT\tmp\${PKG_NAME}\${PKG_PLATFORM}\${PKG_ARCH}"
${global:PKG_INST_DIR} = "${global:PROJ_ROOT}\out\${PKG_NAME}\${PKG_PLATFORM}\${PKG_ARCH}"
}
Originally from @valord577 in microsoft/vscode#239461
Expected behavior
The global:PROJ_ROOT should be highlighted the same on both lines, regardless of curly braces
Actual behavior
Error details
Environment data
Version
742f0b5
Visuals
No response
Originally from @valord577 in microsoft/vscode#239461